Html Css Color HEX #52795A Como

📋 copy color: '#52795A'

red 82 ◦ green 121 ◦ blue 90

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

Shades of Como #52795A

Tints of Como #52795A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 41.3%

 BLUE value IS 90 (35.55% from 255) = 30.72%

R = 27.99%
G = 41.3%
B = 30.72%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#52795A (or 0x52795A) is known color: Como. HEX triplet: 52, 79 and 5A. RGB value is (82,121,90). Sum of RGB (Red+Green+Blue) = 82+121+90=293 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.99% from 293); Green value is 121 (47.66% from 255 or 41.30% from 293); Blue value is 90 (35.55% from 255 or 30.72% from 293); Max value from RGB is 121 - color contains mainly: green. Hex color #52795A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52795A is #AD86A5. Grayscale: #696969. Windows color (decimal): -11372198 or 5929298. OLE color: 5929298.

HSL color Cylindrical-coordinate representation of color #52795A: hue angle of 132.31º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #52795A is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 121 90 -
CMYK 0.32 0 0.26 0.53
HSL 132.31º 0.19% 0.4% -
HSV(B) 132.31º 0.32% 0.47% -
XYZ 12.16 16.21 12.16 -
YUV 105.81 119.08 111.02 -
System Red Green Blue C M Y K H S L
Decimal 82 121 90 0.32 0 0.26 0.53 132.31 0.19 0.4
Hex 52 79 5A 20 0 1A 35 84 13 28
Octal 122 171 132 40 0 32 65 204 23 50
Binary 1010010 1111001 1011010 100000 0 11010 110101 10000100 10011 101000

Color Harmonies of #52795A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52795A

Black with #52795A

Text Example


Text Example

White with #52795A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52795A; }

 p { color: rgb(82,121,90); }

 H1.HeaderClassName
 {
   color: #52795A;
 }
 .AnyTagClassName
 {
   color: #52795A;
 }
</style>

background-color css

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

 a { background-color: rgb(82,121,90); }

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

border-color css

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

 span { border-color: rgb(82,121,90); }

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