#56938E

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

Shades of Half Baked #56938E

Tints of Half Baked #56938E

Color information

#56938E (or 0x56938E) is unknown color: approx Half Baked. HEX triplet: 56, 93 and 8E. RGB value is (86,147,142). Sum of RGB (Red+Green+Blue) = 86+147+142=375 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.93% from 375); Green value is 147 (57.81% from 255 or 39.2% from 375); Blue value is 142 (55.86% from 255 or 37.87% from 375); Max value from RGB is 147 - color contains mainly: green. Hex color #56938E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56938E is #A96C71. Grayscale: #808080. Windows color (decimal): -11103346 or 9343830. OLE color: 9343830.

HSL color Cylindrical-coordinate representation of color #56938E: hue angle of 175.08º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #56938E is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB86147142-
CMYK0.4100.030.42
HSL175.08º26.18%45.69%-
HSV(B)175.08º41.5%57.65%-
XYZ19.1524.829.37-
YUV128.19135.7997.91-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.93%
GREEN value IS 147 (57.81% from 255) = 39.2%
BLUE value IS 142 (55.86% from 255) = 37.87%
R=22.93%
G=39.2%
B=37.87%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal861471420.4100.030.42175.0826.1845.69
Hex56938E29032Aaf1a2e
Octal1262232165103522573256
Binary101011010010011100011101010010111010101010111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56938E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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