#054879

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

Shades of Dark Cerulean #054879

Tints of Dark Cerulean #054879

Color information

#054879 (or 0x054879) is unknown color: approx Dark Cerulean. HEX triplet: 05, 48 and 79. RGB value is (5,72,121). Sum of RGB (Red+Green+Blue) = 5+72+121=198 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.53% from 198); Green value is 72 (28.52% from 255 or 36.36% from 198); Blue value is 121 (47.66% from 255 or 61.11% from 198); Max value from RGB is 121 - color contains mainly: blue. Hex color #054879 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054879 is #FAB786. Grayscale: #393939. Windows color (decimal): -16430983 or 7948293. OLE color: 7948293.

HSL color Cylindrical-coordinate representation of color #054879: hue angle of 205.34º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #054879 is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB572121-
CMYK0.960.4000.53
HSL205.34º92.06%24.71%-
HSV(B)205.34º95.87%47.45%-
XYZ5.836.0518.95-
YUV57.55163.890.52-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.53%
GREEN value IS 72 (28.52% from 255) = 36.36%
BLUE value IS 121 (47.66% from 255) = 61.11%
R=2.53%
G=36.36%
B=61.11%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5721210.960.4000.53205.3492.0624.71
Hex548796028035cd5c19
Octal51101711405006531513431
Binary101100100011110011100000101000011010111001101101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054879; }

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

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

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

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

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

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

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

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