#555038

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

Shades of Panda #555038

Tints of Panda #555038

Color information

#555038 (or 0x555038) is unknown color: approx Panda. HEX triplet: 55, 50 and 38. RGB value is (85,80,56). Sum of RGB (Red+Green+Blue) = 85+80+56=221 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.46% from 221); Green value is 80 (31.64% from 255 or 36.20% from 221); Blue value is 56 (22.27% from 255 or 25.34% from 221); Max value from RGB is 85 - color contains mainly: red. Hex color #555038 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555038 is #AAAFC7. Grayscale: #4E4E4E. Windows color (decimal): -11186120 or 3690581. OLE color: 3690581.

HSL color Cylindrical-coordinate representation of color #555038: hue angle of 49.66º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #555038 is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.67.

Color convert

RGB858056-
CMYK00.060.340.67
HSL49.66º20.57%27.65%-
HSV(B)49.66º34.12%33.33%-
XYZ7.337.954.89-
YUV78.76115.16132.45-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.46%
GREEN value IS 80 (31.64% from 255) = 36.20%
BLUE value IS 56 (22.27% from 255) = 25.34%
R=38.46%
G=36.20%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.34
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85805600.060.340.6749.6620.5727.65
Hex55503806224332151c
Octal125120700642103622534
Binary10101011010000111000011010001010000111100101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555038; }

 p { color: rgb(85,80,56); }

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

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

 a { background-color: rgb(85,80,56); }

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

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

 span { border-color: rgb(85,80,56); }

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