#055896

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

Shades of Cobalt #055896

Tints of Cobalt #055896

Color information

#055896 (or 0x055896) is unknown color: approx Cobalt. HEX triplet: 05, 58 and 96. RGB value is (5,88,150). Sum of RGB (Red+Green+Blue) = 5+88+150=243 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.06% from 243); Green value is 88 (34.77% from 255 or 36.21% from 243); Blue value is 150 (58.98% from 255 or 61.73% from 243); Max value from RGB is 150 - color contains mainly: blue. Hex color #055896 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055896 is #FAA769. Grayscale: #454545. Windows color (decimal): -16426858 or 9852933. OLE color: 9852933.

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

Color convert

RGB588150-
CMYK0.970.4100.41
HSL205.66º93.55%30.39%-
HSV(B)205.66º96.67%58.82%-
XYZ9.069.2130.16-
YUV70.2517381.46-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.06%
GREEN value IS 88 (34.77% from 255) = 36.21%
BLUE value IS 150 (58.98% from 255) = 61.73%
R=2.06%
G=36.21%
B=61.73%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal5881500.970.4100.41205.6693.5530.39
Hex558966129029ce5e1e
Octal51302261415105131613636
Binary1011011000100101101100001101001010100111001110101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055896; }

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

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

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

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

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

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

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

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