Html Css Color HEX #528563 Como

📋 copy color: '#528563'

red 82 ◦ green 133 ◦ blue 99

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

Shades of Como #528563

Tints of Como #528563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 31.53%

R = 26.11%
G = 42.36%
B = 31.53%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#528563 (or 0x528563) is known color: Como. HEX triplet: 52, 85 and 63. RGB value is (82,133,99). Sum of RGB (Red+Green+Blue) = 82+133+99=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 133 (52.34% from 255 or 42.36% from 314); Blue value is 99 (39.06% from 255 or 31.53% from 314); Max value from RGB is 133 - color contains mainly: green. Hex color #528563 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528563 is #AD7A9C. Grayscale: #717171. Windows color (decimal): -11369117 or 6522194. OLE color: 6522194.

HSL color Cylindrical-coordinate representation of color #528563: hue angle of 140º 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 #528563 is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB 82 133 99 -
CMYK 0.38 0 0.26 0.48
HSL 140º 0.24% 0.42% -
HSV(B) 140º 0.38% 0.52% -
XYZ 14.12 19.47 14.82 -
YUV 113.88 119.6 105.26 -
System Red Green Blue C M Y K H S L
Decimal 82 133 99 0.38 0 0.26 0.48 140 0.24 0.42
Hex 52 85 63 26 0 1A 30 8C 18 2A
Octal 122 205 143 46 0 32 60 214 30 52
Binary 1010010 10000101 1100011 100110 0 11010 110000 10001100 11000 101010

Color Harmonies of #528563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528563

Black with #528563

Text Example


Text Example

White with #528563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528563; }

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

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

background-color css

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

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

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

border-color css

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

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

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