#353537

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

Shades of Revolver #353537

Tints of Revolver #353537

Color information

#353537 (or 0x353537) is unknown color: approx Revolver. HEX triplet: 35, 35 and 37. RGB value is (53,53,55). Sum of RGB (Red+Green+Blue) = 53+53+55=161 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.92% from 161); Green value is 53 (21.09% from 255 or 32.92% from 161); Blue value is 55 (21.88% from 255 or 34.16% from 161); Max value from RGB is 55 - color contains mainly: blue. Hex color #353537 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353537 is #CACAC8. Grayscale: #353535. Windows color (decimal): -13290185 or 3618101. OLE color: 3618101.

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

Color convert

RGB535355-
CMYK0.040.0400.78
HSL240º1.85%21.18%-
HSV(B)240º3.64%21.57%-
XYZ3.433.584.12-
YUV53.23129127.84-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.92%
GREEN value IS 53 (21.09% from 255) = 32.92%
BLUE value IS 55 (21.88% from 255) = 34.16%
R=32.92%
G=32.92%
B=34.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5353550.040.0400.782401.8521.18
Hex3535374404Ef0215
Octal656567440116360225
Binary11010111010111011110010001001110111100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353537; }

 p { color: rgb(53,53,55); }

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

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

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

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

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

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

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