Html Css Color HEX #0556AC Cobalt

📋 copy color: '#0556AC'

red 5 ◦ green 86 ◦ blue 172

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

Shades of Cobalt #0556AC

Tints of Cobalt #0556AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 65.4%

R = 1.9%
G = 32.7%
B = 65.4%

CMYK

 C value IS 0.97

 M value IS 0.5

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0556AC (or 0x0556AC) is known color: Cobalt. HEX triplet: 05, 56 and AC. RGB value is (5,86,172). Sum of RGB (Red+Green+Blue) = 5+86+172=263 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.90% from 263); Green value is 86 (33.98% from 255 or 32.70% from 263); Blue value is 172 (67.58% from 255 or 65.40% from 263); Max value from RGB is 172 - color contains mainly: blue. Hex color #0556AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0556AC is #FAA953. Grayscale: #474747. Windows color (decimal): -16427348 or 11294213. OLE color: 11294213.

HSL color Cylindrical-coordinate representation of color #0556AC: hue angle of 210.9º 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 #0556AC is Cyan = 0.97, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 5 86 172 -
CMYK 0.97 0.5 0 0.33
HSL 210.9º 0.94% 0.35% -
HSV(B) 210.9º 0.97% 0.67% -
XYZ 10.84 9.67 40.32 -
YUV 71.59 184.66 80.51 -
System Red Green Blue C M Y K H S L
Decimal 5 86 172 0.97 0.5 0 0.33 210.9 0.94 0.35
Hex 5 56 AC 61 32 0 21 D3 5E 23
Octal 5 126 254 141 62 0 41 323 136 43
Binary 101 1010110 10101100 1100001 110010 0 100001 11010011 1011110 100011

Color Harmonies of #0556AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0556AC

Black with #0556AC

Text Example


Text Example

White with #0556AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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