Html Css Color HEX #52775A Como

📋 copy color: '#52775A'

red 82 ◦ green 119 ◦ blue 90

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

Shades of Como #52775A

Tints of Como #52775A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 40.89%

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

R = 28.18%
G = 40.89%
B = 30.93%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#52775A (or 0x52775A) is known color: Como. HEX triplet: 52, 77 and 5A. RGB value is (82,119,90). Sum of RGB (Red+Green+Blue) = 82+119+90=291 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.18% from 291); Green value is 119 (46.88% from 255 or 40.89% from 291); Blue value is 90 (35.55% from 255 or 30.93% from 291); Max value from RGB is 119 - color contains mainly: green. Hex color #52775A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52775A is #AD88A5. Grayscale: #686868. Windows color (decimal): -11372710 or 5928786. OLE color: 5928786.

HSL color Cylindrical-coordinate representation of color #52775A: hue angle of 132.97º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #52775A is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 119 90 -
CMYK 0.31 0 0.24 0.53
HSL 132.97º 0.18% 0.39% -
HSV(B) 132.97º 0.31% 0.47% -
XYZ 11.92 15.73 12.08 -
YUV 104.63 119.74 111.86 -
System Red Green Blue C M Y K H S L
Decimal 82 119 90 0.31 0 0.24 0.53 132.97 0.18 0.39
Hex 52 77 5A 1F 0 18 35 85 12 27
Octal 122 167 132 37 0 30 65 205 22 47
Binary 1010010 1110111 1011010 11111 0 11000 110101 10000101 10010 100111

Color Harmonies of #52775A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52775A

Black with #52775A

Text Example


Text Example

White with #52775A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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