#054676

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

Shades of Dark Cerulean #054676

Tints of Dark Cerulean #054676

Color information

#054676 (or 0x054676) is unknown color: approx Dark Cerulean. HEX triplet: 05, 46 and 76. RGB value is (5,70,118). Sum of RGB (Red+Green+Blue) = 5+70+118=193 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.59% from 193); Green value is 70 (27.73% from 255 or 36.27% from 193); Blue value is 118 (46.48% from 255 or 61.14% from 193); Max value from RGB is 118 - color contains mainly: blue. Hex color #054676 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054676 is #FAB989. Grayscale: #373737. Windows color (decimal): -16431498 or 7751173. OLE color: 7751173.

HSL color Cylindrical-coordinate representation of color #054676: hue angle of 205.49º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #054676 is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB570118-
CMYK0.960.4100.54
HSL205.49º91.87%24.12%-
HSV(B)205.49º95.76%46.27%-
XYZ5.525.7217.95-
YUV56.04162.9791.6-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.59%
GREEN value IS 70 (27.73% from 255) = 36.27%
BLUE value IS 118 (46.48% from 255) = 61.14%
R=2.59%
G=36.27%
B=61.14%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5701180.960.4100.54205.4991.8724.12
Hex546766029036cd5c18
Octal51061661405106631513430
Binary101100011011101101100000101001011011011001101101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054676; }

 p { color: rgb(5,70,118); }

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

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

 a { background-color: rgb(5,70,118); }

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

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

 span { border-color: rgb(5,70,118); }

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