#528A66

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

Shades of Como #528A66

Tints of Como #528A66

Color information

#528A66 (or 0x528A66) is unknown color: approx Como. HEX triplet: 52, 8A and 66. RGB value is (82,138,102). Sum of RGB (Red+Green+Blue) = 82+138+102=322 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.47% from 322); Green value is 138 (54.30% from 255 or 42.86% from 322); Blue value is 102 (40.23% from 255 or 31.68% from 322); Max value from RGB is 138 - color contains mainly: green. Hex color #528A66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528A66 is #AD7599. Grayscale: #757575. Windows color (decimal): -11367834 or 6720082. OLE color: 6720082.

HSL color Cylindrical-coordinate representation of color #528A66: hue angle of 141.43º 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 #528A66 is Cyan = 0.41, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB82138102-
CMYK0.4100.260.46
HSL141.43º25.45%43.14%-
HSV(B)141.43º40.58%54.12%-
XYZ14.9720.9315.82-
YUV117.15119.45102.93-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.47%
GREEN value IS 138 (54.30% from 255) = 42.86%
BLUE value IS 102 (40.23% from 255) = 31.68%
R=25.47%
G=42.86%
B=31.68%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal821381020.4100.260.46141.4325.4543.14
Hex528A662901A2E8d192b
Octal12221214651032562153153
Binary10100101000101011001101010010110101011101000110111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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