Html Css Color HEX #52755A Como

📋 copy color: '#52755A'

red 82 ◦ green 117 ◦ blue 90

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

Shades of Como #52755A

Tints of Como #52755A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 40.48%

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

R = 28.37%
G = 40.48%
B = 31.14%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#52755A (or 0x52755A) is known color: Como. HEX triplet: 52, 75 and 5A. RGB value is (82,117,90). Sum of RGB (Red+Green+Blue) = 82+117+90=289 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.37% from 289); Green value is 117 (46.09% from 255 or 40.48% from 289); Blue value is 90 (35.55% from 255 or 31.14% from 289); Max value from RGB is 117 - color contains mainly: green. Hex color #52755A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52755A is #AD8AA5. Grayscale: #676767. Windows color (decimal): -11373222 or 5928274. OLE color: 5928274.

HSL color Cylindrical-coordinate representation of color #52755A: hue angle of 133.71º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #52755A is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB 82 117 90 -
CMYK 0.30 0 0.23 0.54
HSL 133.71º 0.18% 0.39% -
HSV(B) 133.71º 0.3% 0.46% -
XYZ 11.69 15.25 12 -
YUV 103.46 120.4 112.7 -
System Red Green Blue C M Y K H S L
Decimal 82 117 90 0.30 0 0.23 0.54 133.71 0.18 0.39
Hex 52 75 5A 1E 0 17 36 86 12 27
Octal 122 165 132 36 0 27 66 206 22 47
Binary 1010010 1110101 1011010 11110 0 10111 110110 10000110 10010 100111

Color Harmonies of #52755A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52755A

Black with #52755A

Text Example


Text Example

White with #52755A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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