Html Css Color HEX #52835D Como

📋 copy color: '#52835D'

red 82 ◦ green 131 ◦ blue 93

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

Shades of Como #52835D

Tints of Como #52835D

RGB

 RED value IS 82 (32.42% from 255) = 26.8%

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

 BLUE value IS 93 (36.72% from 255) = 30.39%

R = 26.8%
G = 42.81%
B = 30.39%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#52835D (or 0x52835D) is known color: Como. HEX triplet: 52, 83 and 5D. RGB value is (82,131,93). Sum of RGB (Red+Green+Blue) = 82+131+93=306 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.80% from 306); Green value is 131 (51.56% from 255 or 42.81% from 306); Blue value is 93 (36.72% from 255 or 30.39% from 306); Max value from RGB is 131 - color contains mainly: green. Hex color #52835D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52835D is #AD7CA2. Grayscale: #707070. Windows color (decimal): -11369635 or 6128466. OLE color: 6128466.

HSL color Cylindrical-coordinate representation of color #52835D: hue angle of 133.47º degrees, saturation: 0.23, 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 #52835D is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB 82 131 93 -
CMYK 0.37 0 0.29 0.49
HSL 133.47º 0.23% 0.42% -
HSV(B) 133.47º 0.37% 0.51% -
XYZ 13.57 18.82 13.27 -
YUV 112.02 117.27 106.59 -
System Red Green Blue C M Y K H S L
Decimal 82 131 93 0.37 0 0.29 0.49 133.47 0.23 0.42
Hex 52 83 5D 25 0 1D 31 85 17 2A
Octal 122 203 135 45 0 35 61 205 27 52
Binary 1010010 10000011 1011101 100101 0 11101 110001 10000101 10111 101010

Color Harmonies of #52835D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52835D

Black with #52835D

Text Example


Text Example

White with #52835D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52835D; }

 p { color: rgb(82,131,93); }

 H1.HeaderClassName
 {
   color: #52835D;
 }
 .AnyTagClassName
 {
   color: #52835D;
 }
</style>

background-color css

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

 a { background-color: rgb(82,131,93); }

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

border-color css

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

 span { border-color: rgb(82,131,93); }

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