#57948E

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

Shades of Half Baked #57948E

Tints of Half Baked #57948E

Color information

#57948E (or 0x57948E) is unknown color: approx Half Baked. HEX triplet: 57, 94 and 8E. RGB value is (87,148,142). Sum of RGB (Red+Green+Blue) = 87+148+142=377 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.08% from 377); Green value is 148 (58.20% from 255 or 39.26% from 377); Blue value is 142 (55.86% from 255 or 37.67% from 377); Max value from RGB is 148 - color contains mainly: green. Hex color #57948E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57948E is #A86B71. Grayscale: #818181. Windows color (decimal): -11037554 or 9344087. OLE color: 9344087.

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

Color convert

RGB87148142-
CMYK0.4100.040.42
HSL174.1º25.96%46.08%-
HSV(B)174.1º41.22%58.04%-
XYZ19.425.1629.42-
YUV129.08135.2997.99-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.08%
GREEN value IS 148 (58.20% from 255) = 39.26%
BLUE value IS 142 (55.86% from 255) = 37.67%
R=23.08%
G=39.26%
B=37.67%

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
Decimal871481420.4100.040.42174.125.9646.08
Hex57948E29042Aae1a2e
Octal1272242165104522563256
Binary1010111100101001000111010100101001010101010111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57948E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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