Html Css Color HEX #528861 Como

📋 copy color: '#528861'

red 82 ◦ green 136 ◦ blue 97

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

Shades of Como #528861

Tints of Como #528861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 30.79%

R = 26.03%
G = 43.17%
B = 30.79%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#528861 (or 0x528861) is known color: Como. HEX triplet: 52, 88 and 61. RGB value is (82,136,97). Sum of RGB (Red+Green+Blue) = 82+136+97=315 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.03% from 315); Green value is 136 (53.52% from 255 or 43.17% from 315); Blue value is 97 (38.28% from 255 or 30.79% from 315); Max value from RGB is 136 - color contains mainly: green. Hex color #528861 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528861 is #AD779E. Grayscale: #737373. Windows color (decimal): -11368351 or 6391890. OLE color: 6391890.

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

Color convert

RGB 82 136 97 -
CMYK 0.40 0 0.29 0.47
HSL 136.67º 0.25% 0.43% -
HSV(B) 136.67º 0.4% 0.53% -
XYZ 14.44 20.27 14.46 -
YUV 115.41 117.61 104.17 -
System Red Green Blue C M Y K H S L
Decimal 82 136 97 0.40 0 0.29 0.47 136.67 0.25 0.43
Hex 52 88 61 28 0 1D 2F 89 19 2B
Octal 122 210 141 50 0 35 57 211 31 53
Binary 1010010 10001000 1100001 101000 0 11101 101111 10001001 11001 101011

Color Harmonies of #528861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528861

Black with #528861

Text Example


Text Example

White with #528861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528861; }

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

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

background-color css

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

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

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

border-color css

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

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

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