#055AB7

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

Shades of Denim #055AB7

Tints of Denim #055AB7

Color information

#055AB7 (or 0x055AB7) is unknown color: approx Denim. HEX triplet: 05, 5A and B7. RGB value is (5,90,183). Sum of RGB (Red+Green+Blue) = 5+90+183=278 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.80% from 278); Green value is 90 (35.55% from 255 or 32.37% from 278); Blue value is 183 (71.88% from 255 or 65.83% from 278); Max value from RGB is 183 - color contains mainly: blue. Hex color #055AB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #055AB7 is #FAA548. Grayscale: #4A4A4A. Windows color (decimal): -16426313 or 12016133. OLE color: 12016133.

HSL color Cylindrical-coordinate representation of color #055AB7: hue angle of 211.35º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #055AB7 is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB590183-
CMYK0.970.5100.28
HSL211.35º94.68%36.86%-
HSV(B)211.35º97.27%71.76%-
XYZ12.2710.7646.23-
YUV75.19188.8477.94-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.80%
GREEN value IS 90 (35.55% from 255) = 32.37%
BLUE value IS 183 (71.88% from 255) = 65.83%
R=1.80%
G=32.37%
B=65.83%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal5901830.970.5100.28211.3594.6836.86
Hex55AB7613301Cd35f25
Octal51322671416303432313745
Binary1011011010101101111100001110011011100110100111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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