#57938F

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

Shades of Half Baked #57938F

Tints of Half Baked #57938F

Color information

#57938F (or 0x57938F) is unknown color: approx Half Baked. HEX triplet: 57, 93 and 8F. RGB value is (87,147,143). Sum of RGB (Red+Green+Blue) = 87+147+143=377 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.08% from 377); Green value is 147 (57.81% from 255 or 38.99% from 377); Blue value is 143 (56.25% from 255 or 37.93% from 377); Max value from RGB is 147 - color contains mainly: green. Hex color #57938F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57938F is #A86C70. Grayscale: #808080. Windows color (decimal): -11037809 or 9409367. OLE color: 9409367.

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

Color convert

RGB87147143-
CMYK0.4100.030.42
HSL176º25.64%45.88%-
HSV(B)176º40.82%57.65%-
XYZ19.3224.8829.77-
YUV128.6136.1298.33-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.08%
GREEN value IS 147 (57.81% from 255) = 38.99%
BLUE value IS 143 (56.25% from 255) = 37.93%
R=23.08%
G=38.99%
B=37.93%

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
Decimal871471430.4100.030.4217625.6445.88
Hex57938F29032Ab01a2e
Octal1272232175103522603256
Binary101011110010011100011111010010111010101011000011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57938F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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