Html Css Color HEX #528261 Como

📋 copy color: '#528261'

red 82 ◦ green 130 ◦ blue 97

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

Shades of Como #528261

Tints of Como #528261

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.07%

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

R = 26.54%
G = 42.07%
B = 31.39%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#528261 (or 0x528261) is known color: Como. HEX triplet: 52, 82 and 61. RGB value is (82,130,97). Sum of RGB (Red+Green+Blue) = 82+130+97=309 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.54% from 309); Green value is 130 (51.17% from 255 or 42.07% from 309); Blue value is 97 (38.28% from 255 or 31.39% from 309); Max value from RGB is 130 - color contains mainly: green. Hex color #528261 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528261 is #AD7D9E. Grayscale: #6F6F6F. Windows color (decimal): -11369887 or 6390354. OLE color: 6390354.

HSL color Cylindrical-coordinate representation of color #528261: hue angle of 138.75º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #528261 is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB 82 130 97 -
CMYK 0.37 0 0.25 0.49
HSL 138.75º 0.23% 0.42% -
HSV(B) 138.75º 0.37% 0.51% -
XYZ 13.62 18.62 14.19 -
YUV 111.89 119.6 106.68 -
System Red Green Blue C M Y K H S L
Decimal 82 130 97 0.37 0 0.25 0.49 138.75 0.23 0.42
Hex 52 82 61 25 0 19 31 8B 17 2A
Octal 122 202 141 45 0 31 61 213 27 52
Binary 1010010 10000010 1100001 100101 0 11001 110001 10001011 10111 101010

Color Harmonies of #528261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528261

Black with #528261

Text Example


Text Example

White with #528261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528261; }

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

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

background-color css

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

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

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

border-color css

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

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

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