Html Css Color HEX #055180 Dark Cerulean

📋 copy color: '#055180'

red 5 ◦ green 81 ◦ blue 128

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

Shades of Dark Cerulean #055180

Tints of Dark Cerulean #055180

RGB

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

 GREEN value IS 81 (32.03% from 255) = 37.85%

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

R = 2.34%
G = 37.85%
B = 59.81%

CMYK

 C value IS 0.96

 M value IS 0.37

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#055180 (or 0x055180) is known color: Dark Cerulean. HEX triplet: 05, 51 and 80. RGB value is (5,81,128). Sum of RGB (Red+Green+Blue) = 5+81+128=214 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.34% from 214); Green value is 81 (32.03% from 255 or 37.85% from 214); Blue value is 128 (50.39% from 255 or 59.81% from 214); Max value from RGB is 128 - color contains mainly: blue. Hex color #055180 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055180 is #FAAE7F. Grayscale: #3F3F3F. Windows color (decimal): -16428672 or 8409349. OLE color: 8409349.

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

Color convert

RGB 5 81 128 -
CMYK 0.96 0.37 0 0.50
HSL 202.93º 0.92% 0.26% -
HSV(B) 202.93º 0.96% 0.5% -
XYZ 6.9 7.48 21.5 -
YUV 63.63 164.32 86.18 -
System Red Green Blue C M Y K H S L
Decimal 5 81 128 0.96 0.37 0 0.50 202.93 0.92 0.26
Hex 5 51 80 60 25 0 32 CB 5C 1A
Octal 5 121 200 140 45 0 62 313 134 32
Binary 101 1010001 10000000 1100000 100101 0 110010 11001011 1011100 11010

Color Harmonies of #055180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055180

Black with #055180

Text Example


Text Example

White with #055180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055180; }

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

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

background-color css

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

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

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

border-color css

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

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

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