#57858D

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

Shades of Half Baked #57858D

Tints of Half Baked #57858D

Color information

#57858D (or 0x57858D) is unknown color: approx Half Baked. HEX triplet: 57, 85 and 8D. RGB value is (87,133,141). Sum of RGB (Red+Green+Blue) = 87+133+141=361 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.10% from 361); Green value is 133 (52.34% from 255 or 36.84% from 361); Blue value is 141 (55.47% from 255 or 39.06% from 361); Max value from RGB is 141 - color contains mainly: blue. Hex color #57858D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57858D is #A87A72. Grayscale: #787878. Windows color (decimal): -11041395 or 9274711. OLE color: 9274711.

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

Color convert

RGB87133141-
CMYK0.380.0600.45
HSL188.89º23.68%44.71%-
HSV(B)188.89º38.3%55.29%-
XYZ17.1320.7228.3-
YUV120.16139.76104.35-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.10%
GREEN value IS 133 (52.34% from 255) = 36.84%
BLUE value IS 141 (55.47% from 255) = 39.06%
R=24.10%
G=36.84%
B=39.06%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal871331410.380.0600.45188.8923.6844.71
Hex57858D26602Dbd182d
Octal1272052154660552753055
Binary1010111100001011000110110011011001011011011110111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57858D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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