Html Css Color HEX #0556AD Cobalt

📋 copy color: '#0556AD'

red 5 ◦ green 86 ◦ blue 173

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

Shades of Cobalt #0556AD

Tints of Cobalt #0556AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 65.53%

R = 1.89%
G = 32.58%
B = 65.53%

CMYK

 C value IS 0.97

 M value IS 0.50

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0556AD (or 0x0556AD) is known color: Cobalt. HEX triplet: 05, 56 and AD. RGB value is (5,86,173). Sum of RGB (Red+Green+Blue) = 5+86+173=264 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.89% from 264); Green value is 86 (33.98% from 255 or 32.58% from 264); Blue value is 173 (67.97% from 255 or 65.53% from 264); Max value from RGB is 173 - color contains mainly: blue. Hex color #0556AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0556AD is #FAA952. Grayscale: #474747. Windows color (decimal): -16427347 or 11359749. OLE color: 11359749.

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

Color convert

RGB 5 86 173 -
CMYK 0.97 0.50 0 0.32
HSL 211.07º 0.94% 0.35% -
HSV(B) 211.07º 0.97% 0.68% -
XYZ 10.93 9.7 40.83 -
YUV 71.7 185.16 80.43 -
System Red Green Blue C M Y K H S L
Decimal 5 86 173 0.97 0.50 0 0.32 211.07 0.94 0.35
Hex 5 56 AD 61 32 0 20 D3 5E 23
Octal 5 126 255 141 62 0 40 323 136 43
Binary 101 1010110 10101101 1100001 110010 0 100000 11010011 1011110 100011

Color Harmonies of #0556AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0556AD

Black with #0556AD

Text Example


Text Example

White with #0556AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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