Html Css Color HEX #52805B Como

📋 copy color: '#52805B'

red 82 ◦ green 128 ◦ blue 91

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

Shades of Como #52805B

Tints of Como #52805B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 42.52%

 BLUE value IS 91 (35.94% from 255) = 30.23%

R = 27.24%
G = 42.52%
B = 30.23%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.29

 K value IS 0.50

RGB Variations

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

Color information

#52805B (or 0x52805B) is known color: Como. HEX triplet: 52, 80 and 5B. RGB value is (82,128,91). Sum of RGB (Red+Green+Blue) = 82+128+91=301 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.24% from 301); Green value is 128 (50.39% from 255 or 42.52% from 301); Blue value is 91 (35.94% from 255 or 30.23% from 301); Max value from RGB is 128 - color contains mainly: green. Hex color #52805B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52805B is #AD7FA4. Grayscale: #6E6E6E. Windows color (decimal): -11370405 or 5996626. OLE color: 5996626.

HSL color Cylindrical-coordinate representation of color #52805B: hue angle of 131.74º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #52805B is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.50.

Color convert

RGB 82 128 91 -
CMYK 0.36 0 0.29 0.50
HSL 131.74º 0.22% 0.41% -
HSV(B) 131.74º 0.36% 0.5% -
XYZ 13.09 17.99 12.68 -
YUV 110.03 117.26 108.01 -
System Red Green Blue C M Y K H S L
Decimal 82 128 91 0.36 0 0.29 0.50 131.74 0.22 0.41
Hex 52 80 5B 24 0 1D 32 84 16 29
Octal 122 200 133 44 0 35 62 204 26 51
Binary 1010010 10000000 1011011 100100 0 11101 110010 10000100 10110 101001

Color Harmonies of #52805B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52805B

Black with #52805B

Text Example


Text Example

White with #52805B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52805B; }

 p { color: rgb(82,128,91); }

 H1.HeaderClassName
 {
   color: #52805B;
 }
 .AnyTagClassName
 {
   color: #52805B;
 }
</style>

background-color css

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

 a { background-color: rgb(82,128,91); }

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

border-color css

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

 span { border-color: rgb(82,128,91); }

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