Html Css Color HEX #363539 Revolver

📋 copy color: '#363539'

red 54 ◦ green 53 ◦ blue 57

#363539
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Revolver #363539

Tints of Revolver #363539

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 value IS 0.05

 M value IS 0.07

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#363539 (or 0x363539) is known color: 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

RGB 54 53 57 -
CMYK 0.05 0.07 0 0.78
HSL 255º 0.04% 0.22% -
HSV(B) 255º 0.07% 0.22% -
XYZ 3.53 3.63 4.38 -
YUV 53.76 129.83 128.17 -
System Red Green Blue C M Y K H S L
Decimal 54 53 57 0.05 0.07 0 0.78 255 0.04 0.22
Hex 36 35 39 5 7 0 4E FF 4 16
Octal 66 65 71 5 7 0 116 377 4 26
Binary 110110 110101 111001 101 111 0 1001110 11111111 100 10110

Color Harmonies of #363539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363539

Black with #363539

Text Example


Text Example

White with #363539

Text Example


Text Example

HTML Codes & Css Web 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>