#528A5E

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

Shades of Como #528A5E

Tints of Como #528A5E

Color information

#528A5E (or 0x528A5E) is unknown color: approx Como. HEX triplet: 52, 8A and 5E. RGB value is (82,138,94). Sum of RGB (Red+Green+Blue) = 82+138+94=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 138 (54.30% from 255 or 43.95% from 314); Blue value is 94 (37.11% from 255 or 29.94% from 314); Max value from RGB is 138 - color contains mainly: green. Hex color #528A5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528A5E is #AD75A1. Grayscale: #747474. Windows color (decimal): -11367842 or 6195794. OLE color: 6195794.

HSL color Cylindrical-coordinate representation of color #528A5E: hue angle of 132.86º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #528A5E is Cyan = 0.41, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.46.

Color convert

RGB8213894-
CMYK0.4100.320.46
HSL132.86º25.45%43.14%-
HSV(B)132.86º40.58%54.12%-
XYZ14.5920.7813.83-
YUV116.24115.45103.58-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.11%
GREEN value IS 138 (54.30% from 255) = 43.95%
BLUE value IS 94 (37.11% from 255) = 29.94%
R=26.11%
G=43.95%
B=29.94%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal82138940.4100.320.46132.8625.4543.14
Hex528A5E290202E85192b
Octal12221213651040562053153
Binary101001010001010101111010100101000001011101000010111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528A5E; }

 p { color: rgb(82,138,94); }

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

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

 a { background-color: rgb(82,138,94); }

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

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

 span { border-color: rgb(82,138,94); }

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