#054285

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

Shades of Dark Cerulean #054285

Tints of Dark Cerulean #054285

Color information

#054285 (or 0x054285) is unknown color: approx Dark Cerulean. HEX triplet: 05, 42 and 85. RGB value is (5,66,133). Sum of RGB (Red+Green+Blue) = 5+66+133=204 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.45% from 204); Green value is 66 (26.17% from 255 or 32.35% from 204); Blue value is 133 (52.34% from 255 or 65.20% from 204); Max value from RGB is 133 - color contains mainly: blue. Hex color #054285 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054285 is #FABD7A. Grayscale: #373737. Windows color (decimal): -16432507 or 8733189. OLE color: 8733189.

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

Color convert

RGB566133-
CMYK0.960.5000.48
HSL211.41º92.75%27.06%-
HSV(B)211.41º96.24%52.16%-
XYZ6.245.6222.95-
YUV55.4171.7992.05-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.45%
GREEN value IS 66 (26.17% from 255) = 32.35%
BLUE value IS 133 (52.34% from 255) = 65.20%
R=2.45%
G=32.35%
B=65.20%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5661330.960.5000.48211.4192.7527.06
Hex542856032030d35d1b
Octal51022051406206032313533
Binary1011000010100001011100000110010011000011010011101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054285; }

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

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

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

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

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

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

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

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