#58553E

Color #58553E Panda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Panda #58553E

Tints of Panda #58553E

Color information

#58553E (or 0x58553E) is unknown color: approx Panda. HEX triplet: 58, 55 and 3E. RGB value is (88,85,62). Sum of RGB (Red+Green+Blue) = 88+85+62=235 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.45% from 235); Green value is 85 (33.59% from 255 or 36.17% from 235); Blue value is 62 (24.61% from 255 or 26.38% from 235); Max value from RGB is 88 - color contains mainly: red. Hex color #58553E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58553E is #A7AAC1. Grayscale: #535353. Windows color (decimal): -10988226 or 4085080. OLE color: 4085080.

HSL color Cylindrical-coordinate representation of color #58553E: hue angle of 53.08º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #58553E is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.65.

Color convert

RGB888562-
CMYK00.030.300.65
HSL53.08º17.33%29.41%-
HSV(B)53.08º29.55%34.51%-
XYZ8.148.925.85-
YUV83.28115.99131.37-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.45%
GREEN value IS 85 (33.59% from 255) = 36.17%
BLUE value IS 62 (24.61% from 255) = 26.38%
R=37.45%
G=36.17%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88856200.030.300.6553.0817.3329.41
Hex58553E031E4135111d
Octal130125760336101652135
Binary101100010101011111100111111010000011101011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58553E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58553E; }

 p { color: rgb(88,85,62); }

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

<style>
 a { background-color: #58553E; }

 a { background-color: rgb(88,85,62); }

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

<style>
 span { border-color: #58553E; }

 span { border-color: rgb(88,85,62); }

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