#57878D

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

Shades of Half Baked #57878D

Tints of Half Baked #57878D

Color information

#57878D (or 0x57878D) is unknown color: approx Half Baked. HEX triplet: 57, 87 and 8D. RGB value is (87,135,141). Sum of RGB (Red+Green+Blue) = 87+135+141=363 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.97% from 363); Green value is 135 (53.12% from 255 or 37.19% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 141 - color contains mainly: blue. Hex color #57878D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57878D is #A87872. Grayscale: #797979. Windows color (decimal): -11040883 or 9275223. OLE color: 9275223.

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

Color convert

RGB87135141-
CMYK0.380.0400.45
HSL186.67º23.68%44.71%-
HSV(B)186.67º38.3%55.29%-
XYZ17.421.2828.39-
YUV121.33139.1103.51-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.97%
GREEN value IS 135 (53.12% from 255) = 37.19%
BLUE value IS 141 (55.47% from 255) = 38.84%
R=23.97%
G=37.19%
B=38.84%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal871351410.380.0400.45186.6723.6844.71
Hex57878D26402Dbb182d
Octal1272072154640552733055
Binary1010111100001111000110110011010001011011011101111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57878D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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