Html Css Color HEX #528565 Como

📋 copy color: '#528565'

red 82 ◦ green 133 ◦ blue 101

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

Shades of Como #528565

Tints of Como #528565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 31.96%

R = 25.95%
G = 42.09%
B = 31.96%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#528565 (or 0x528565) is known color: Como. HEX triplet: 52, 85 and 65. RGB value is (82,133,101). Sum of RGB (Red+Green+Blue) = 82+133+101=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 133 (52.34% from 255 or 42.09% from 316); Blue value is 101 (39.84% from 255 or 31.96% from 316); Max value from RGB is 133 - color contains mainly: green. Hex color #528565 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528565 is #AD7A9A. Grayscale: #727272. Windows color (decimal): -11369115 or 6653266. OLE color: 6653266.

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

Color convert

RGB 82 133 101 -
CMYK 0.38 0 0.24 0.48
HSL 142.35º 0.24% 0.42% -
HSV(B) 142.35º 0.38% 0.52% -
XYZ 14.22 19.51 15.33 -
YUV 114.1 120.6 105.1 -
System Red Green Blue C M Y K H S L
Decimal 82 133 101 0.38 0 0.24 0.48 142.35 0.24 0.42
Hex 52 85 65 26 0 18 30 8E 18 2A
Octal 122 205 145 46 0 30 60 216 30 52
Binary 1010010 10000101 1100101 100110 0 11000 110000 10001110 11000 101010

Color Harmonies of #528565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528565

Black with #528565

Text Example


Text Example

White with #528565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528565; }

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

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

background-color css

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

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

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

border-color css

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

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

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