#528979

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

Shades of Cutty Sark #528979

Tints of Cutty Sark #528979

Color information

#528979 (or 0x528979) is unknown color: approx Cutty Sark. HEX triplet: 52, 89 and 79. RGB value is (82,137,121). Sum of RGB (Red+Green+Blue) = 82+137+121=340 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.12% from 340); Green value is 137 (53.91% from 255 or 40.29% from 340); Blue value is 121 (47.66% from 255 or 35.59% from 340); Max value from RGB is 137 - color contains mainly: green. Hex color #528979 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528979 is #AD7686. Grayscale: #767676. Windows color (decimal): -11368071 or 7965010. OLE color: 7965010.

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

Color convert

RGB82137121-
CMYK0.4000.120.46
HSL162.55º25.11%42.94%-
HSV(B)162.55º40.15%53.73%-
XYZ15.8821.0721.32-
YUV118.73129.28101.8-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.12%
GREEN value IS 137 (53.91% from 255) = 40.29%
BLUE value IS 121 (47.66% from 255) = 35.59%
R=24.12%
G=40.29%
B=35.59%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal821371210.4000.120.46162.5525.1142.94
Hex528979280C2Ea3192b
Octal12221117150014562433153
Binary1010010100010011111001101000011001011101010001111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528979; }

 p { color: rgb(82,137,121); }

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

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

 a { background-color: rgb(82,137,121); }

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

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

 span { border-color: rgb(82,137,121); }

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