#58504B

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

Shades of Saddle #58504B

Tints of Saddle #58504B

Color information

#58504B (or 0x58504B) is unknown color: approx Saddle. HEX triplet: 58, 50 and 4B. RGB value is (88,80,75). Sum of RGB (Red+Green+Blue) = 88+80+75=243 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.21% from 243); Green value is 80 (31.64% from 255 or 32.92% from 243); Blue value is 75 (29.69% from 255 or 30.86% from 243); Max value from RGB is 88 - color contains mainly: red. Hex color #58504B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58504B is #A7AFB4. Grayscale: #515151. Windows color (decimal): -10989493 or 4935768. OLE color: 4935768.

HSL color Cylindrical-coordinate representation of color #58504B: hue angle of 23.08º degrees, saturation: 0.08, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #58504B is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB888075-
CMYK00.090.150.65
HSL23.08º7.98%31.96%-
HSV(B)23.08º14.77%34.51%-
XYZ8.168.327.83-
YUV81.82124.15132.41-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.21%
GREEN value IS 80 (31.64% from 255) = 32.92%
BLUE value IS 75 (29.69% from 255) = 30.86%
R=36.21%
G=32.92%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88807500.090.150.6523.087.9831.96
Hex58504B09F4117820
Octal13012011301117101271040
Binary1011000101000010010110100111111000001101111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58504B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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