Html Css Color HEX #055696 Cobalt

📋 copy color: '#055696'

red 5 ◦ green 86 ◦ blue 150

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

Shades of Cobalt #055696

Tints of Cobalt #055696

RGB

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

 GREEN value IS 86 (33.98% from 255) = 35.68%

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

R = 2.07%
G = 35.68%
B = 62.24%

CMYK

 C value IS 0.97

 M value IS 0.43

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#055696 (or 0x055696) is known color: Cobalt. HEX triplet: 05, 56 and 96. RGB value is (5,86,150). Sum of RGB (Red+Green+Blue) = 5+86+150=241 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 241); Green value is 86 (33.98% from 255 or 35.68% from 241); Blue value is 150 (58.98% from 255 or 62.24% from 241); Max value from RGB is 150 - color contains mainly: blue. Hex color #055696 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055696 is #FAA969. Grayscale: #444444. Windows color (decimal): -16427370 or 9852421. OLE color: 9852421.

HSL color Cylindrical-coordinate representation of color #055696: hue angle of 206.48º 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 #055696 is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 5 86 150 -
CMYK 0.97 0.43 0 0.41
HSL 206.48º 0.94% 0.3% -
HSV(B) 206.48º 0.97% 0.59% -
XYZ 8.9 8.89 30.1 -
YUV 69.08 173.66 82.3 -
System Red Green Blue C M Y K H S L
Decimal 5 86 150 0.97 0.43 0 0.41 206.48 0.94 0.3
Hex 5 56 96 61 2B 0 29 CE 5E 1E
Octal 5 126 226 141 53 0 51 316 136 36
Binary 101 1010110 10010110 1100001 101011 0 101001 11001110 1011110 11110

Color Harmonies of #055696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055696

Black with #055696

Text Example


Text Example

White with #055696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055696; }

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

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

background-color css

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

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

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

border-color css

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

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

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