#054B82

Color #054B82 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #054B82

Tints of Dark Cerulean #054B82

Color information

#054B82 (or 0x054B82) is unknown color: approx Dark Cerulean. HEX triplet: 05, 4B and 82. RGB value is (5,75,130). Sum of RGB (Red+Green+Blue) = 5+75+130=210 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.38% from 210); Green value is 75 (29.69% from 255 or 35.71% from 210); Blue value is 130 (51.17% from 255 or 61.90% from 210); Max value from RGB is 130 - color contains mainly: blue. Hex color #054B82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054B82 is #FAB47D. Grayscale: #3C3C3C. Windows color (decimal): -16430206 or 8538885. OLE color: 8538885.

HSL color Cylindrical-coordinate representation of color #054B82: hue angle of 206.4º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #054B82 is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB575130-
CMYK0.960.4200.49
HSL206.4º92.59%26.47%-
HSV(B)206.4º96.15%50.98%-
XYZ6.616.6822.06-
YUV60.34167.3188.53-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.38%
GREEN value IS 75 (29.69% from 255) = 35.71%
BLUE value IS 130 (51.17% from 255) = 61.90%
R=2.38%
G=35.71%
B=61.90%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal5751300.960.4200.49206.492.5926.47
Hex54B82602A031ce5d1a
Octal51132021405206131613532
Binary1011001011100000101100000101010011000111001110101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054B82; }

 p { color: rgb(5,75,130); }

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

<style>
 a { background-color: #054B82; }

 a { background-color: rgb(5,75,130); }

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

<style>
 span { border-color: #054B82; }

 span { border-color: rgb(5,75,130); }

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