Html Css Color HEX #0556AB Cobalt

📋 copy color: '#0556AB'

red 5 ◦ green 86 ◦ blue 171

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

Shades of Cobalt #0556AB

Tints of Cobalt #0556AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 65.27%

R = 1.91%
G = 32.82%
B = 65.27%

CMYK

 C value IS 0.97

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0556AB (or 0x0556AB) is known color: Cobalt. HEX triplet: 05, 56 and AB. RGB value is (5,86,171). Sum of RGB (Red+Green+Blue) = 5+86+171=262 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.91% from 262); Green value is 86 (33.98% from 255 or 32.82% from 262); Blue value is 171 (67.19% from 255 or 65.27% from 262); Max value from RGB is 171 - color contains mainly: blue. Hex color #0556AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0556AB is #FAA954. Grayscale: #474747. Windows color (decimal): -16427349 or 11228677. OLE color: 11228677.

HSL color Cylindrical-coordinate representation of color #0556AB: hue angle of 210.72º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0556AB is Cyan = 0.97, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 5 86 171 -
CMYK 0.97 0.50 0 0.33
HSL 210.72º 0.94% 0.35% -
HSV(B) 210.72º 0.97% 0.67% -
XYZ 10.74 9.63 39.82 -
YUV 71.47 184.16 80.59 -
System Red Green Blue C M Y K H S L
Decimal 5 86 171 0.97 0.50 0 0.33 210.72 0.94 0.35
Hex 5 56 AB 61 32 0 21 D3 5E 23
Octal 5 126 253 141 62 0 41 323 136 43
Binary 101 1010110 10101011 1100001 110010 0 100001 11010011 1011110 100011

Color Harmonies of #0556AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0556AB

Black with #0556AB

Text Example


Text Example

White with #0556AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0556AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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