#55959C

Color #55959C Half Baked (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Half Baked #55959C

Tints of Half Baked #55959C

Color information

#55959C (or 0x55959C) is unknown color: approx Half Baked. HEX triplet: 55, 95 and 9C. RGB value is (85,149,156). Sum of RGB (Red+Green+Blue) = 85+149+156=390 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.79% from 390); Green value is 149 (58.59% from 255 or 38.21% from 390); Blue value is 156 (61.33% from 255 or 40% from 390); Max value from RGB is 156 - color contains mainly: blue. Hex color #55959C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55959C is #AA6A63. Grayscale: #828282. Windows color (decimal): -11168356 or 10261845. OLE color: 10261845.

HSL color Cylindrical-coordinate representation of color #55959C: hue angle of 185.92º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #55959C is Cyan = 0.46, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB85149156-
CMYK0.460.0400.39
HSL185.92º29.46%47.25%-
HSV(B)185.92º45.51%61.18%-
XYZ20.4925.8335.36-
YUV130.66142.395.43-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.79%
GREEN value IS 149 (58.59% from 255) = 38.21%
BLUE value IS 156 (61.33% from 255) = 40%
R=21.79%
G=38.21%
B=40%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal851491560.460.0400.39185.9229.4647.25
Hex55959C2E4027ba1d2f
Octal1252252345640472723557
Binary1010101100101011001110010111010001001111011101011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55959C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55959C; }

 p { color: rgb(85,149,156); }

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

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

 a { background-color: rgb(85,149,156); }

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

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

 span { border-color: rgb(85,149,156); }

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