Html Css Color HEX #054F80 Dark Cerulean

📋 copy color: '#054F80'

red 5 ◦ green 79 ◦ blue 128

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

Shades of Dark Cerulean #054F80

Tints of Dark Cerulean #054F80

RGB

 RED value IS 5 (2.34% from 255) = 2.36%

 GREEN value IS 79 (31.25% from 255) = 37.26%

 BLUE value IS 128 (50.39% from 255) = 60.38%

R = 2.36%
G = 37.26%
B = 60.38%

CMYK

 C value IS 0.96

 M value IS 0.38

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#054F80 (or 0x054F80) is known color: Dark Cerulean. HEX triplet: 05, 4F and 80. RGB value is (5,79,128). Sum of RGB (Red+Green+Blue) = 5+79+128=212 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.36% from 212); Green value is 79 (31.25% from 255 or 37.26% from 212); Blue value is 128 (50.39% from 255 or 60.38% from 212); Max value from RGB is 128 - color contains mainly: blue. Hex color #054F80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #054F80 is #FAB07F. Grayscale: #3E3E3E. Windows color (decimal): -16429184 or 8408837. OLE color: 8408837.

HSL color Cylindrical-coordinate representation of color #054F80: hue angle of 203.9º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #054F80 is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 5 79 128 -
CMYK 0.96 0.38 0 0.50
HSL 203.9º 0.92% 0.26% -
HSV(B) 203.9º 0.96% 0.5% -
XYZ 6.75 7.18 21.45 -
YUV 62.46 164.98 87.02 -
System Red Green Blue C M Y K H S L
Decimal 5 79 128 0.96 0.38 0 0.50 203.9 0.92 0.26
Hex 5 4F 80 60 26 0 32 CC 5C 1A
Octal 5 117 200 140 46 0 62 314 134 32
Binary 101 1001111 10000000 1100000 100110 0 110010 11001100 1011100 11010

Color Harmonies of #054F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054F80

Black with #054F80

Text Example


Text Example

White with #054F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054F80; }

 p { color: rgb(5,79,128); }

 H1.HeaderClassName
 {
   color: #054F80;
 }
 .AnyTagClassName
 {
   color: #054F80;
 }
</style>

background-color css

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

 a { background-color: rgb(5,79,128); }

 div.DivClassName
 {
   background-color: #054F80;
 }
 .BgClassName
 {
   background-color: #054F80;
 }
</style>

border-color css

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

 span { border-color: rgb(5,79,128); }

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