Html Css Color HEX #055880 Dark Cerulean

📋 copy color: '#055880'

red 5 ◦ green 88 ◦ blue 128

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

Shades of Dark Cerulean #055880

Tints of Dark Cerulean #055880

RGB

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

 GREEN value IS 88 (34.77% from 255) = 39.82%

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

R = 2.26%
G = 39.82%
B = 57.92%

CMYK

 C value IS 0.96

 M value IS 0.31

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#055880 (or 0x055880) is known color: Dark Cerulean. HEX triplet: 05, 58 and 80. RGB value is (5,88,128). Sum of RGB (Red+Green+Blue) = 5+88+128=221 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.26% from 221); Green value is 88 (34.77% from 255 or 39.82% from 221); Blue value is 128 (50.39% from 255 or 57.92% from 221); Max value from RGB is 128 - color contains mainly: blue. Hex color #055880 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055880 is #FAA77F. Grayscale: #434343. Windows color (decimal): -16426880 or 8411141. OLE color: 8411141.

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

Color convert

RGB 5 88 128 -
CMYK 0.96 0.31 0 0.50
HSL 199.51º 0.92% 0.26% -
HSV(B) 199.51º 0.96% 0.5% -
XYZ 7.45 8.57 21.68 -
YUV 67.74 162 83.25 -
System Red Green Blue C M Y K H S L
Decimal 5 88 128 0.96 0.31 0 0.50 199.51 0.92 0.26
Hex 5 58 80 60 1F 0 32 C8 5C 1A
Octal 5 130 200 140 37 0 62 310 134 32
Binary 101 1011000 10000000 1100000 11111 0 110010 11001000 1011100 11010

Color Harmonies of #055880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055880

Black with #055880

Text Example


Text Example

White with #055880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055880; }

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

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

background-color css

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

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

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

border-color css

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

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

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