#528860

Color #528860 Como (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Como #528860

Tints of Como #528860

Color information

#528860 (or 0x528860) is unknown color: approx Como. HEX triplet: 52, 88 and 60. RGB value is (82,136,96). Sum of RGB (Red+Green+Blue) = 82+136+96=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 136 (53.52% from 255 or 43.31% from 314); Blue value is 96 (37.89% from 255 or 30.57% from 314); Max value from RGB is 136 - color contains mainly: green. Hex color #528860 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528860 is #AD779F. Grayscale: #737373. Windows color (decimal): -11368352 or 6326354. OLE color: 6326354.

HSL color Cylindrical-coordinate representation of color #528860: hue angle of 135.56º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #528860 is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB8213696-
CMYK0.4000.290.47
HSL135.56º24.77%42.75%-
HSV(B)135.56º39.71%53.33%-
XYZ14.420.2514.22-
YUV115.29117.11104.25-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.11%
GREEN value IS 136 (53.52% from 255) = 43.31%
BLUE value IS 96 (37.89% from 255) = 30.57%
R=26.11%
G=43.31%
B=30.57%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal82136960.4000.290.47135.5624.7742.75
Hex5288602801D2F88192b
Octal12221014050035572103153
Binary10100101000100011000001010000111011011111000100011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528860; }

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

 H1.HeaderClassName
 {
   color: #528860;
 }
 .AnyTagClassName
 {
   color: #528860;
 }
</style>
background-color css

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

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

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

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

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

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