#054785

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

Shades of Dark Cerulean #054785

Tints of Dark Cerulean #054785

Color information

#054785 (or 0x054785) is unknown color: approx Dark Cerulean. HEX triplet: 05, 47 and 85. RGB value is (5,71,133). Sum of RGB (Red+Green+Blue) = 5+71+133=209 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.39% from 209); Green value is 71 (28.12% from 255 or 33.97% from 209); Blue value is 133 (52.34% from 255 or 63.64% from 209); Max value from RGB is 133 - color contains mainly: blue. Hex color #054785 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054785 is #FAB87A. Grayscale: #3A3A3A. Windows color (decimal): -16431227 or 8734469. OLE color: 8734469.

HSL color Cylindrical-coordinate representation of color #054785: hue angle of 209.06º 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 #054785 is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB571133-
CMYK0.960.4700.48
HSL209.06º92.75%27.06%-
HSV(B)209.06º96.24%52.16%-
XYZ6.556.2323.05-
YUV58.33170.1389.96-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.39%
GREEN value IS 71 (28.12% from 255) = 33.97%
BLUE value IS 133 (52.34% from 255) = 63.64%
R=2.39%
G=33.97%
B=63.64%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5711330.960.4700.48209.0692.7527.06
Hex54785602F030d15d1b
Octal51072051405706032113533
Binary1011000111100001011100000101111011000011010001101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054785; }

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

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

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

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

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

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

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

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