#054885

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

Shades of Dark Cerulean #054885

Tints of Dark Cerulean #054885

Color information

#054885 (or 0x054885) is unknown color: approx Dark Cerulean. HEX triplet: 05, 48 and 85. RGB value is (5,72,133). Sum of RGB (Red+Green+Blue) = 5+72+133=210 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.38% from 210); Green value is 72 (28.52% from 255 or 34.29% from 210); Blue value is 133 (52.34% from 255 or 63.33% from 210); Max value from RGB is 133 - color contains mainly: blue. Hex color #054885 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054885 is #FAB77A. Grayscale: #3A3A3A. Windows color (decimal): -16430971 or 8734725. OLE color: 8734725.

HSL color Cylindrical-coordinate representation of color #054885: hue angle of 208.59º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #054885 is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB572133-
CMYK0.960.4600.48
HSL208.59º92.75%27.06%-
HSV(B)208.59º96.24%52.16%-
XYZ6.616.3623.07-
YUV58.92169.889.54-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.38%
GREEN value IS 72 (28.52% from 255) = 34.29%
BLUE value IS 133 (52.34% from 255) = 63.33%
R=2.38%
G=34.29%
B=63.33%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5721330.960.4600.48208.5992.7527.06
Hex54885602E030d15d1b
Octal51102051405606032113533
Binary1011001000100001011100000101110011000011010001101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054885; }

 p { color: rgb(5,72,133); }

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

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

 a { background-color: rgb(5,72,133); }

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

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

 span { border-color: rgb(5,72,133); }

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