Html Css Color HEX #528562 Como

📋 copy color: '#528562'

red 82 ◦ green 133 ◦ blue 98

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

Shades of Como #528562

Tints of Como #528562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 31.31%

R = 26.2%
G = 42.49%
B = 31.31%

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

#528562 (or 0x528562) is known color: Como. HEX triplet: 52, 85 and 62. RGB value is (82,133,98). Sum of RGB (Red+Green+Blue) = 82+133+98=313 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.20% from 313); Green value is 133 (52.34% from 255 or 42.49% from 313); Blue value is 98 (38.67% from 255 or 31.31% from 313); Max value from RGB is 133 - color contains mainly: green. Hex color #528562 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528562 is #AD7A9D. Grayscale: #717171. Windows color (decimal): -11369118 or 6456658. OLE color: 6456658.

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

Color convert

RGB 82 133 98 -
CMYK 0.38 0 0.26 0.48
HSL 138.82º 0.24% 0.42% -
HSV(B) 138.82º 0.38% 0.52% -
XYZ 14.07 19.45 14.57 -
YUV 113.76 119.1 105.35 -
System Red Green Blue C M Y K H S L
Decimal 82 133 98 0.38 0 0.26 0.48 138.82 0.24 0.42
Hex 52 85 62 26 0 1A 30 8B 18 2A
Octal 122 205 142 46 0 32 60 213 30 52
Binary 1010010 10000101 1100010 100110 0 11010 110000 10001011 11000 101010

Color Harmonies of #528562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528562

Black with #528562

Text Example


Text Example

White with #528562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528562; }

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

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

background-color css

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

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

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

border-color css

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

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

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