#0555AC

Color #0555AC Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #0555AC

Tints of Cobalt #0555AC

Color information

#0555AC (or 0x0555AC) is unknown color: approx Cobalt. HEX triplet: 05, 55 and AC. RGB value is (5,85,172). Sum of RGB (Red+Green+Blue) = 5+85+172=262 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.91% from 262); Green value is 85 (33.59% from 255 or 32.44% from 262); Blue value is 172 (67.58% from 255 or 65.65% from 262); Max value from RGB is 172 - color contains mainly: blue. Hex color #0555AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0555AC is #FAAA53. Grayscale: #464646. Windows color (decimal): -16427604 or 11293957. OLE color: 11293957.

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

Color convert

RGB585172-
CMYK0.970.5100.33
HSL211.26º94.35%34.71%-
HSV(B)211.26º97.09%67.45%-
XYZ10.769.5140.3-
YUV7118580.93-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.91%
GREEN value IS 85 (33.59% from 255) = 32.44%
BLUE value IS 172 (67.58% from 255) = 65.65%
R=1.91%
G=32.44%
B=65.65%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal5851720.970.5100.33211.2694.3534.71
Hex555AC6133021d35e23
Octal51252541416304132313643
Binary10110101011010110011000011100110100001110100111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0555AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0555AC;
 }
 .AnyTagClassName
 {
   color: #0555AC;
 }
</style>
background-color css

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

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

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

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

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

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