#57938E

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

Shades of Half Baked #57938E

Tints of Half Baked #57938E

Color information

#57938E (or 0x57938E) is unknown color: approx Half Baked. HEX triplet: 57, 93 and 8E. RGB value is (87,147,142). Sum of RGB (Red+Green+Blue) = 87+147+142=376 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.14% from 376); Green value is 147 (57.81% from 255 or 39.10% from 376); Blue value is 142 (55.86% from 255 or 37.77% from 376); Max value from RGB is 147 - color contains mainly: green. Hex color #57938E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57938E is #A86C71. Grayscale: #808080. Windows color (decimal): -11037810 or 9343831. OLE color: 9343831.

HSL color Cylindrical-coordinate representation of color #57938E: hue angle of 175º 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 #57938E is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB87147142-
CMYK0.4100.030.42
HSL175º25.64%45.88%-
HSV(B)175º40.82%57.65%-
XYZ19.2524.8529.37-
YUV128.49135.6298.41-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.14%
GREEN value IS 147 (57.81% from 255) = 39.10%
BLUE value IS 142 (55.86% from 255) = 37.77%
R=23.14%
G=39.10%
B=37.77%

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
Decimal871471420.4100.030.4217525.6445.88
Hex57938E29032Aaf1a2e
Octal1272232165103522573256
Binary101011110010011100011101010010111010101010111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57938E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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