#57938D

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

Shades of Half Baked #57938D

Tints of Half Baked #57938D

Color information

#57938D (or 0x57938D) is unknown color: approx Half Baked. HEX triplet: 57, 93 and 8D. RGB value is (87,147,141). Sum of RGB (Red+Green+Blue) = 87+147+141=375 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.2% from 375); Green value is 147 (57.81% from 255 or 39.2% from 375); Blue value is 141 (55.47% from 255 or 37.6% from 375); Max value from RGB is 147 - color contains mainly: green. Hex color #57938D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57938D is #A86C72. Grayscale: #808080. Windows color (decimal): -11037811 or 9278295. OLE color: 9278295.

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

Color convert

RGB87147141-
CMYK0.4100.040.42
HSL174º25.64%45.88%-
HSV(B)174º40.82%57.65%-
XYZ19.1724.8228.98-
YUV128.38135.1298.49-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.2%
GREEN value IS 147 (57.81% from 255) = 39.2%
BLUE value IS 141 (55.47% from 255) = 37.6%
R=23.2%
G=39.2%
B=37.6%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal871471410.4100.040.4217425.6445.88
Hex57938D29042Aae1a2e
Octal1272232155104522563256
Binary1010111100100111000110110100101001010101010111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57938D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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