Html Css Color HEX #055980 Dark Cerulean

📋 copy color: '#055980'

red 5 ◦ green 89 ◦ blue 128

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

Shades of Dark Cerulean #055980

Tints of Dark Cerulean #055980

RGB

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

 GREEN value IS 89 (35.16% from 255) = 40.09%

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

R = 2.25%
G = 40.09%
B = 57.66%

CMYK

 C value IS 0.96

 M value IS 0.30

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#055980 (or 0x055980) is known color: Dark Cerulean. HEX triplet: 05, 59 and 80. RGB value is (5,89,128). Sum of RGB (Red+Green+Blue) = 5+89+128=222 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.25% from 222); Green value is 89 (35.16% from 255 or 40.09% from 222); Blue value is 128 (50.39% from 255 or 57.66% from 222); Max value from RGB is 128 - color contains mainly: blue. Hex color #055980 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055980 is #FAA67F. Grayscale: #444444. Windows color (decimal): -16426624 or 8411397. OLE color: 8411397.

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

Color convert

RGB 5 89 128 -
CMYK 0.96 0.30 0 0.50
HSL 199.02º 0.92% 0.26% -
HSV(B) 199.02º 0.96% 0.5% -
XYZ 7.53 8.74 21.71 -
YUV 68.33 161.67 82.83 -
System Red Green Blue C M Y K H S L
Decimal 5 89 128 0.96 0.30 0 0.50 199.02 0.92 0.26
Hex 5 59 80 60 1E 0 32 C7 5C 1A
Octal 5 131 200 140 36 0 62 307 134 32
Binary 101 1011001 10000000 1100000 11110 0 110010 11000111 1011100 11010

Color Harmonies of #055980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055980

Black with #055980

Text Example


Text Example

White with #055980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055980; }

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

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

background-color css

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

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

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

border-color css

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

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

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