#57504B

Color #57504B Saddle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle #57504B

Tints of Saddle #57504B

Color information

#57504B (or 0x57504B) is unknown color: approx Saddle. HEX triplet: 57, 50 and 4B. RGB value is (87,80,75). Sum of RGB (Red+Green+Blue) = 87+80+75=242 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.95% from 242); Green value is 80 (31.64% from 255 or 33.06% from 242); Blue value is 75 (29.69% from 255 or 30.99% from 242); Max value from RGB is 87 - color contains mainly: red. Hex color #57504B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57504B is #A8AFB4. Grayscale: #515151. Windows color (decimal): -11055029 or 4935767. OLE color: 4935767.

HSL color Cylindrical-coordinate representation of color #57504B: hue angle of 25º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #57504B is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB878075-
CMYK00.080.140.66
HSL25º7.41%31.76%-
HSV(B)25º13.79%34.12%-
XYZ8.078.277.83-
YUV81.52124.32131.91-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.95%
GREEN value IS 80 (31.64% from 255) = 33.06%
BLUE value IS 75 (29.69% from 255) = 30.99%
R=35.95%
G=33.06%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87807500.080.140.66257.4131.76
Hex57504B08E4219720
Octal1271201130101610231740
Binary101011110100001001011010001110100001011001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57504B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57504B; }

 p { color: rgb(87,80,75); }

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

<style>
 a { background-color: #57504B; }

 a { background-color: rgb(87,80,75); }

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

<style>
 span { border-color: #57504B; }

 span { border-color: rgb(87,80,75); }

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