#57988F

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

Shades of Half Baked #57988F

Tints of Half Baked #57988F

Color information

#57988F (or 0x57988F) is unknown color: approx Half Baked. HEX triplet: 57, 98 and 8F. RGB value is (87,152,143). Sum of RGB (Red+Green+Blue) = 87+152+143=382 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.77% from 382); Green value is 152 (59.77% from 255 or 39.79% from 382); Blue value is 143 (56.25% from 255 or 37.43% from 382); Max value from RGB is 152 - color contains mainly: green. Hex color #57988F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57988F is #A86770. Grayscale: #838383. Windows color (decimal): -11036529 or 9410647. OLE color: 9410647.

HSL color Cylindrical-coordinate representation of color #57988F: hue angle of 171.69º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #57988F is Cyan = 0.43, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB87152143-
CMYK0.4300.060.40
HSL171.69º27.2%46.86%-
HSV(B)171.69º42.76%59.61%-
XYZ20.1226.4730.03-
YUV131.54134.4796.23-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.77%
GREEN value IS 152 (59.77% from 255) = 39.79%
BLUE value IS 143 (56.25% from 255) = 37.43%
R=22.77%
G=39.79%
B=37.43%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal871521430.4300.060.40171.6927.246.86
Hex57988F2B0628ac1b2f
Octal1272302175306502543357
Binary1010111100110001000111110101101101010001010110011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57988F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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