#56958F

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

Shades of Half Baked #56958F

Tints of Half Baked #56958F

Color information

#56958F (or 0x56958F) is unknown color: approx Half Baked. HEX triplet: 56, 95 and 8F. RGB value is (86,149,143). Sum of RGB (Red+Green+Blue) = 86+149+143=378 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.75% from 378); Green value is 149 (58.59% from 255 or 39.42% from 378); Blue value is 143 (56.25% from 255 or 37.83% from 378); Max value from RGB is 149 - color contains mainly: green. Hex color #56958F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56958F is #A96A70. Grayscale: #818181. Windows color (decimal): -11102833 or 9409878. OLE color: 9409878.

HSL color Cylindrical-coordinate representation of color #56958F: hue angle of 174.29º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #56958F is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB86149143-
CMYK0.4200.040.42
HSL174.29º26.81%46.08%-
HSV(B)174.29º42.28%58.43%-
XYZ19.5425.4629.87-
YUV129.48135.6396.99-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.75%
GREEN value IS 149 (58.59% from 255) = 39.42%
BLUE value IS 143 (56.25% from 255) = 37.83%
R=22.75%
G=39.42%
B=37.83%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal861491430.4200.040.42174.2926.8146.08
Hex56958F2A042Aae1b2e
Octal1262252175204522563356
Binary1010110100101011000111110101001001010101010111011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56958F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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