#363539

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

Shades of Revolver #363539

Tints of Revolver #363539

Color information

#363539 (or 0x363539) is unknown color: approx Revolver. HEX triplet: 36, 35 and 39. RGB value is (54,53,57). Sum of RGB (Red+Green+Blue) = 54+53+57=164 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.93% from 164); Green value is 53 (21.09% from 255 or 32.32% from 164); Blue value is 57 (22.66% from 255 or 34.76% from 164); Max value from RGB is 57 - color contains mainly: blue. Hex color #363539 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363539 is #C9CAC6. Grayscale: #353535. Windows color (decimal): -13224647 or 3749174. OLE color: 3749174.

HSL color Cylindrical-coordinate representation of color #363539: hue angle of 255º degrees, saturation: 0.04, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #363539 is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB545357-
CMYK0.050.0700.78
HSL255º3.64%21.57%-
HSV(B)255º7.02%22.35%-
XYZ3.533.634.38-
YUV53.76129.83128.17-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 32.93%
GREEN value IS 53 (21.09% from 255) = 32.32%
BLUE value IS 57 (22.66% from 255) = 34.76%
R=32.93%
G=32.32%
B=34.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5453570.050.0700.782553.6421.57
Hex3635395704Eff416
Octal666571570116377426
Binary110110110101111001101111010011101111111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363539; }

 p { color: rgb(54,53,57); }

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

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

 a { background-color: rgb(54,53,57); }

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

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

 span { border-color: rgb(54,53,57); }

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