#055ABC

Color #055ABC Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #055ABC

Tints of Denim #055ABC

Color information

#055ABC (or 0x055ABC) is unknown color: approx Denim. HEX triplet: 05, 5A and BC. RGB value is (5,90,188). Sum of RGB (Red+Green+Blue) = 5+90+188=283 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 188 (73.83% from 255 or 66.43% from 283); Max value from RGB is 188 - color contains mainly: blue. Hex color #055ABC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #055ABC is #FAA543. Grayscale: #4B4B4B. Windows color (decimal): -16426308 or 12343813. OLE color: 12343813.

HSL color Cylindrical-coordinate representation of color #055ABC: hue angle of 212.13º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #055ABC is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB590188-
CMYK0.970.5200.26
HSL212.13º94.82%37.84%-
HSV(B)212.13º97.34%73.73%-
XYZ12.810.9849.02-
YUV75.76191.3477.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 5 (2.34% from 255) = 1.77%
GREEN value IS 90 (35.55% from 255) = 31.80%
BLUE value IS 188 (73.83% from 255) = 66.43%
R=1.77%
G=31.80%
B=66.43%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal5901880.970.5200.26212.1394.8237.84
Hex55ABC613401Ad45f26
Octal51322741416403232413746
Binary1011011010101111001100001110100011010110101001011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055ABC; }

 p { color: rgb(5,90,188); }

 H1.HeaderClassName
 {
   color: #055ABC;
 }
 .AnyTagClassName
 {
   color: #055ABC;
 }
</style>
background-color css

<style>
 a { background-color: #055ABC; }

 a { background-color: rgb(5,90,188); }

 div.DivClassName
 {
   background-color: #055ABC;
 }
 .BgClassName
 {
   background-color: #055ABC;
 }
</style>
border-color css

<style>
 span { border-color: #055ABC; }

 span { border-color: rgb(5,90,188); }

 td.TdClassName
 {
   border-color: #055ABC;
 }
 .TagClassName
 {
   border-color: #055ABC;
 }
</style>