#57939D

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

Shades of Half Baked #57939D

Tints of Half Baked #57939D

Color information

#57939D (or 0x57939D) is unknown color: approx Half Baked. HEX triplet: 57, 93 and 9D. RGB value is (87,147,157). Sum of RGB (Red+Green+Blue) = 87+147+157=391 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.25% from 391); Green value is 147 (57.81% from 255 or 37.60% from 391); Blue value is 157 (61.72% from 255 or 40.15% from 391); Max value from RGB is 157 - color contains mainly: blue. Hex color #57939D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57939D is #A86C62. Grayscale: #828282. Windows color (decimal): -11037795 or 10326871. OLE color: 10326871.

HSL color Cylindrical-coordinate representation of color #57939D: hue angle of 188.57º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #57939D is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB87147157-
CMYK0.450.0600.38
HSL188.57º28.69%47.84%-
HSV(B)188.57º44.59%61.57%-
XYZ20.4525.3335.71-
YUV130.2143.1297.19-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.25%
GREEN value IS 147 (57.81% from 255) = 37.60%
BLUE value IS 157 (61.72% from 255) = 40.15%
R=22.25%
G=37.60%
B=40.15%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal871471570.450.0600.38188.5728.6947.84
Hex57939D2D6026bd1d30
Octal1272232355560462753560
Binary1010111100100111001110110110111001001101011110111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57939D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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