Html Css Color HEX #53835F Como

📋 copy color: '#53835F'

red 83 ◦ green 131 ◦ blue 95

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

Shades of Como #53835F

Tints of Como #53835F

RGB

 RED value IS 83 (32.81% from 255) = 26.86%

 GREEN value IS 131 (51.56% from 255) = 42.39%

 BLUE value IS 95 (37.5% from 255) = 30.74%

R = 26.86%
G = 42.39%
B = 30.74%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#53835F (or 0x53835F) is known color: Como. HEX triplet: 53, 83 and 5F. RGB value is (83,131,95). Sum of RGB (Red+Green+Blue) = 83+131+95=309 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.86% from 309); Green value is 131 (51.56% from 255 or 42.39% from 309); Blue value is 95 (37.5% from 255 or 30.74% from 309); Max value from RGB is 131 - color contains mainly: green. Hex color #53835F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53835F is #AC7CA0. Grayscale: #707070. Windows color (decimal): -11304097 or 6259539. OLE color: 6259539.

HSL color Cylindrical-coordinate representation of color #53835F: hue angle of 135º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #53835F is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 83 131 95 -
CMYK 0.37 0 0.27 0.49
HSL 135º 0.22% 0.42% -
HSV(B) 135º 0.37% 0.51% -
XYZ 13.75 18.9 13.75 -
YUV 112.54 118.1 106.93 -
System Red Green Blue C M Y K H S L
Decimal 83 131 95 0.37 0 0.27 0.49 135 0.22 0.42
Hex 53 83 5F 25 0 1B 31 87 16 2A
Octal 123 203 137 45 0 33 61 207 26 52
Binary 1010011 10000011 1011111 100101 0 11011 110001 10000111 10110 101010

Color Harmonies of #53835F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53835F

Black with #53835F

Text Example


Text Example

White with #53835F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53835F; }

 p { color: rgb(83,131,95); }

 H1.HeaderClassName
 {
   color: #53835F;
 }
 .AnyTagClassName
 {
   color: #53835F;
 }
</style>

background-color css

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

 a { background-color: rgb(83,131,95); }

 div.DivClassName
 {
   background-color: #53835F;
 }
 .BgClassName
 {
   background-color: #53835F;
 }
</style>

border-color css

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

 span { border-color: rgb(83,131,95); }

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