Html Css Color HEX #52885C Como

📋 copy color: '#52885C'

red 82 ◦ green 136 ◦ blue 92

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

Shades of Como #52885C

Tints of Como #52885C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 43.87%

 BLUE value IS 92 (36.33% from 255) = 29.68%

R = 26.45%
G = 43.87%
B = 29.68%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#52885C (or 0x52885C) is known color: Como. HEX triplet: 52, 88 and 5C. RGB value is (82,136,92). Sum of RGB (Red+Green+Blue) = 82+136+92=310 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.45% from 310); Green value is 136 (53.52% from 255 or 43.87% from 310); Blue value is 92 (36.33% from 255 or 29.68% from 310); Max value from RGB is 136 - color contains mainly: green. Hex color #52885C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52885C is #AD77A3. Grayscale: #727272. Windows color (decimal): -11368356 or 6064210. OLE color: 6064210.

HSL color Cylindrical-coordinate representation of color #52885C: hue angle of 131.11º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #52885C is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 82 136 92 -
CMYK 0.40 0 0.32 0.47
HSL 131.11º 0.25% 0.43% -
HSV(B) 131.11º 0.4% 0.53% -
XYZ 14.22 20.17 13.27 -
YUV 114.84 115.11 104.58 -
System Red Green Blue C M Y K H S L
Decimal 82 136 92 0.40 0 0.32 0.47 131.11 0.25 0.43
Hex 52 88 5C 28 0 20 2F 83 19 2B
Octal 122 210 134 50 0 40 57 203 31 53
Binary 1010010 10001000 1011100 101000 0 100000 101111 10000011 11001 101011

Color Harmonies of #52885C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52885C

Black with #52885C

Text Example


Text Example

White with #52885C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52885C; }

 p { color: rgb(82,136,92); }

 H1.HeaderClassName
 {
   color: #52885C;
 }
 .AnyTagClassName
 {
   color: #52885C;
 }
</style>

background-color css

<style>
 a { background-color: #52885C; }

 a { background-color: rgb(82,136,92); }

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

border-color css

<style>
 span { border-color: #52885C; }

 span { border-color: rgb(82,136,92); }

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