#56959C

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

Shades of Half Baked #56959C

Tints of Half Baked #56959C

Color information

#56959C (or 0x56959C) is unknown color: approx Half Baked. HEX triplet: 56, 95 and 9C. RGB value is (86,149,156). Sum of RGB (Red+Green+Blue) = 86+149+156=391 (51% of max value = 765). Red value is 86 (33.98% from 255 or 21.99% from 391); Green value is 149 (58.59% from 255 or 38.11% from 391); Blue value is 156 (61.33% from 255 or 39.90% from 391); Max value from RGB is 156 - color contains mainly: blue. Hex color #56959C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56959C is #A96A63. Grayscale: #828282. Windows color (decimal): -11102820 or 10261846. OLE color: 10261846.

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

Color convert

RGB86149156-
CMYK0.450.0400.39
HSL186º28.93%47.45%-
HSV(B)186º44.87%61.18%-
XYZ20.5925.8735.36-
YUV130.96142.1395.93-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.99%
GREEN value IS 149 (58.59% from 255) = 38.11%
BLUE value IS 156 (61.33% from 255) = 39.90%
R=21.99%
G=38.11%
B=39.90%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal861491560.450.0400.3918628.9347.45
Hex56959C2D4027ba1d2f
Octal1262252345540472723557
Binary1010110100101011001110010110110001001111011101011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56959C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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