#055c9c

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

Shades of Cobalt #055C9C

Tints of Cobalt #055C9C

Color information

#055C9C (or 0x055C9C) is unknown color: approx Cobalt. HEX triplet: 05, 5C and 9C. RGB value is (5,92,156). Sum of RGB (Red+Green+Blue) = 5+92+156=253 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 253); Green value is 92 (36.33% from 255 or 36.36% from 253); Blue value is 156 (61.33% from 255 or 61.66% from 253); Max value from RGB is 156 - color contains mainly: blue. Hex color #055C9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055C9C is #FAA363. Grayscale: #484848. Windows color (decimal): -16425828 or 10247173. OLE color: 10247173.

HSL color Cylindrical-coordinate representation of color #055C9C: hue angle of 205.43º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #055C9C is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB592156-
CMYK0.970.4100.39
HSL205.43º93.79%31.57%-
HSV(B)205.43º96.79%61.18%-
XYZ9.8910.0932.88-
YUV73.28174.6879.3-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.98%
GREEN value IS 92 (36.33% from 255) = 36.36%
BLUE value IS 156 (61.33% from 255) = 61.66%
R=1.98%
G=36.36%
B=61.66%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal5921560.970.4100.39205.4393.7931.57
Hex55C9C6129027cd5e20
Octal51342341415104731513640
Binary10110111001001110011000011010010100111110011011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055c9c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055c9c; }

 p { color: rgb(5,92,156); }

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

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

 a { background-color: rgb(5,92,156); }

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

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

 span { border-color: rgb(5,92,156); }

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