Html Css Color HEX #054676 Dark Cerulean

📋 copy color: '#054676'

red 5 ◦ green 70 ◦ blue 118

#054676
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #054676

Tints of Dark Cerulean #054676

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 value IS 0.96

 M value IS 0.41

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#054676 (or 0x054676) is known color: 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

RGB 5 70 118 -
CMYK 0.96 0.41 0 0.54
HSL 205.49º 0.92% 0.24% -
HSV(B) 205.49º 0.96% 0.46% -
XYZ 5.52 5.72 17.95 -
YUV 56.04 162.97 91.6 -
System Red Green Blue C M Y K H S L
Decimal 5 70 118 0.96 0.41 0 0.54 205.49 0.92 0.24
Hex 5 46 76 60 29 0 36 CD 5C 18
Octal 5 106 166 140 51 0 66 315 134 30
Binary 101 1000110 1110110 1100000 101001 0 110110 11001101 1011100 11000

Color Harmonies of #054676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054676

Black with #054676

Text Example


Text Example

White with #054676

Text Example


Text Example

HTML Codes & Css Web 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>