Html Css Color HEX #528560 Como

📋 copy color: '#528560'

red 82 ◦ green 133 ◦ blue 96

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

Shades of Como #528560

Tints of Como #528560

RGB

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

 GREEN value IS 133 (52.34% from 255) = 42.77%

 BLUE value IS 96 (37.89% from 255) = 30.87%

R = 26.37%
G = 42.77%
B = 30.87%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#528560 (or 0x528560) is known color: Como. HEX triplet: 52, 85 and 60. RGB value is (82,133,96). Sum of RGB (Red+Green+Blue) = 82+133+96=311 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.37% from 311); Green value is 133 (52.34% from 255 or 42.77% from 311); Blue value is 96 (37.89% from 255 or 30.87% from 311); Max value from RGB is 133 - color contains mainly: green. Hex color #528560 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528560 is #AD7A9F. Grayscale: #717171. Windows color (decimal): -11369120 or 6325586. OLE color: 6325586.

HSL color Cylindrical-coordinate representation of color #528560: hue angle of 136.47º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #528560 is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB 82 133 96 -
CMYK 0.38 0 0.28 0.48
HSL 136.47º 0.24% 0.42% -
HSV(B) 136.47º 0.38% 0.52% -
XYZ 13.98 19.41 14.08 -
YUV 113.53 118.1 105.51 -
System Red Green Blue C M Y K H S L
Decimal 82 133 96 0.38 0 0.28 0.48 136.47 0.24 0.42
Hex 52 85 60 26 0 1C 30 88 18 2A
Octal 122 205 140 46 0 34 60 210 30 52
Binary 1010010 10000101 1100000 100110 0 11100 110000 10001000 11000 101010

Color Harmonies of #528560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528560

Black with #528560

Text Example


Text Example

White with #528560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528560; }

 p { color: rgb(82,133,96); }

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

background-color css

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

 a { background-color: rgb(82,133,96); }

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

border-color css

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

 span { border-color: rgb(82,133,96); }

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