#56959F

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

Shades of Half Baked #56959F

Tints of Half Baked #56959F

Color information

#56959F (or 0x56959F) is unknown color: approx Half Baked. HEX triplet: 56, 95 and 9F. RGB value is (86,149,159). Sum of RGB (Red+Green+Blue) = 86+149+159=394 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.83% from 394); Green value is 149 (58.59% from 255 or 37.82% from 394); Blue value is 159 (62.5% from 255 or 40.36% from 394); Max value from RGB is 159 - color contains mainly: blue. Hex color #56959F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56959F is #A96A60. Grayscale: #838383. Windows color (decimal): -11102817 or 10458454. OLE color: 10458454.

HSL color Cylindrical-coordinate representation of color #56959F: hue angle of 188.22º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #56959F is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB86149159-
CMYK0.460.0600.38
HSL188.22º29.8%48.04%-
HSV(B)188.22º45.91%62.35%-
XYZ20.8425.9836.72-
YUV131.3143.6395.69-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.83%
GREEN value IS 149 (58.59% from 255) = 37.82%
BLUE value IS 159 (62.5% from 255) = 40.36%
R=21.83%
G=37.82%
B=40.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal861491590.460.0600.38188.2229.848.04
Hex56959F2E6026bc1e30
Octal1262252375660462743660
Binary1010110100101011001111110111011001001101011110011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56959F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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