Html Css Color HEX #52885F Como

📋 copy color: '#52885F'

red 82 ◦ green 136 ◦ blue 95

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

Shades of Como #52885F

Tints of Como #52885F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 30.35%

R = 26.2%
G = 43.45%
B = 30.35%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#52885F (or 0x52885F) is known color: Como. HEX triplet: 52, 88 and 5F. RGB value is (82,136,95). Sum of RGB (Red+Green+Blue) = 82+136+95=313 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.20% from 313); Green value is 136 (53.52% from 255 or 43.45% from 313); Blue value is 95 (37.5% from 255 or 30.35% from 313); Max value from RGB is 136 - color contains mainly: green. Hex color #52885F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52885F is #AD77A0. Grayscale: #737373. Windows color (decimal): -11368353 or 6260818. OLE color: 6260818.

HSL color Cylindrical-coordinate representation of color #52885F: hue angle of 134.44º 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 #52885F is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB 82 136 95 -
CMYK 0.40 0 0.30 0.47
HSL 134.44º 0.25% 0.43% -
HSV(B) 134.44º 0.4% 0.53% -
XYZ 14.35 20.23 13.97 -
YUV 115.18 116.61 104.33 -
System Red Green Blue C M Y K H S L
Decimal 82 136 95 0.40 0 0.30 0.47 134.44 0.25 0.43
Hex 52 88 5F 28 0 1E 2F 86 19 2B
Octal 122 210 137 50 0 36 57 206 31 53
Binary 1010010 10001000 1011111 101000 0 11110 101111 10000110 11001 101011

Color Harmonies of #52885F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52885F

Black with #52885F

Text Example


Text Example

White with #52885F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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