#56968E

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

Shades of Half Baked #56968E

Tints of Half Baked #56968E

Color information

#56968E (or 0x56968E) is unknown color: approx Half Baked. HEX triplet: 56, 96 and 8E. RGB value is (86,150,142). Sum of RGB (Red+Green+Blue) = 86+150+142=378 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.75% from 378); Green value is 150 (58.98% from 255 or 39.68% from 378); Blue value is 142 (55.86% from 255 or 37.57% from 378); Max value from RGB is 150 - color contains mainly: green. Hex color #56968E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56968E is #A96971. Grayscale: #818181. Windows color (decimal): -11102578 or 9344598. OLE color: 9344598.

HSL color Cylindrical-coordinate representation of color #56968E: hue angle of 172.5º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #56968E is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB86150142-
CMYK0.4300.050.41
HSL172.5º27.12%46.27%-
HSV(B)172.5º42.67%58.82%-
XYZ19.6325.7429.53-
YUV129.95134.896.65-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.75%
GREEN value IS 150 (58.98% from 255) = 39.68%
BLUE value IS 142 (55.86% from 255) = 37.57%
R=22.75%
G=39.68%
B=37.57%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal861501420.4300.050.41172.527.1246.27
Hex56968E2B0529ac1b2e
Octal1262262165305512543356
Binary1010110100101101000111010101101011010011010110011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56968E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56968E; }

 p { color: rgb(86,150,142); }

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

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

 a { background-color: rgb(86,150,142); }

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

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

 span { border-color: rgb(86,150,142); }

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