#57948D

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

Shades of Half Baked #57948D

Tints of Half Baked #57948D

Color information

#57948D (or 0x57948D) is unknown color: approx Half Baked. HEX triplet: 57, 94 and 8D. RGB value is (87,148,141). Sum of RGB (Red+Green+Blue) = 87+148+141=376 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.14% from 376); Green value is 148 (58.20% from 255 or 39.36% from 376); Blue value is 141 (55.47% from 255 or 37.5% from 376); Max value from RGB is 148 - color contains mainly: green. Hex color #57948D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57948D is #A86B72. Grayscale: #808080. Windows color (decimal): -11037555 or 9278551. OLE color: 9278551.

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

Color convert

RGB87148141-
CMYK0.4100.050.42
HSL173.11º25.96%46.08%-
HSV(B)173.11º41.22%58.04%-
XYZ19.3325.1329.03-
YUV128.96134.7998.07-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.14%
GREEN value IS 148 (58.20% from 255) = 39.36%
BLUE value IS 141 (55.47% from 255) = 37.5%
R=23.14%
G=39.36%
B=37.5%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal871481410.4100.050.42173.1125.9646.08
Hex57948D29052Aad1a2e
Octal1272242155105522553256
Binary1010111100101001000110110100101011010101010110111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57948D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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