Html Css Color HEX #055B96 Cobalt

📋 copy color: '#055B96'

red 5 ◦ green 91 ◦ blue 150

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

Shades of Cobalt #055B96

Tints of Cobalt #055B96

RGB

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

 GREEN value IS 91 (35.94% from 255) = 36.99%

 BLUE value IS 150 (58.98% from 255) = 60.98%

R = 2.03%
G = 36.99%
B = 60.98%

CMYK

 C value IS 0.97

 M value IS 0.39

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#055B96 (or 0x055B96) is known color: Cobalt. HEX triplet: 05, 5B and 96. RGB value is (5,91,150). Sum of RGB (Red+Green+Blue) = 5+91+150=246 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.03% from 246); Green value is 91 (35.94% from 255 or 36.99% from 246); Blue value is 150 (58.98% from 255 or 60.98% from 246); Max value from RGB is 150 - color contains mainly: blue. Hex color #055B96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055B96 is #FAA469. Grayscale: #474747. Windows color (decimal): -16426090 or 9853701. OLE color: 9853701.

HSL color Cylindrical-coordinate representation of color #055B96: hue angle of 204.41º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #055B96 is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 5 91 150 -
CMYK 0.97 0.39 0 0.41
HSL 204.41º 0.94% 0.3% -
HSV(B) 204.41º 0.97% 0.59% -
XYZ 9.31 9.72 30.24 -
YUV 72.01 172.01 80.2 -
System Red Green Blue C M Y K H S L
Decimal 5 91 150 0.97 0.39 0 0.41 204.41 0.94 0.3
Hex 5 5B 96 61 27 0 29 CC 5E 1E
Octal 5 133 226 141 47 0 51 314 136 36
Binary 101 1011011 10010110 1100001 100111 0 101001 11001100 1011110 11110

Color Harmonies of #055B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055B96

Black with #055B96

Text Example


Text Example

White with #055B96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055B96; }

 p { color: rgb(5,91,150); }

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

background-color css

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

 a { background-color: rgb(5,91,150); }

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

border-color css

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

 span { border-color: rgb(5,91,150); }

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