#528170

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

Shades of Cutty Sark #528170

Tints of Cutty Sark #528170

Color information

#528170 (or 0x528170) is unknown color: approx Cutty Sark. HEX triplet: 52, 81 and 70. RGB value is (82,129,112). Sum of RGB (Red+Green+Blue) = 82+129+112=323 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.39% from 323); Green value is 129 (50.78% from 255 or 39.94% from 323); Blue value is 112 (44.14% from 255 or 34.67% from 323); Max value from RGB is 129 - color contains mainly: green. Hex color #528170 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528170 is #AD7E8F. Grayscale: #717171. Windows color (decimal): -11370128 or 7373138. OLE color: 7373138.

HSL color Cylindrical-coordinate representation of color #528170: hue angle of 158.3º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #528170 is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB82129112-
CMYK0.3600.130.49
HSL158.3º22.27%41.37%-
HSV(B)158.3º36.43%50.59%-
XYZ14.2518.6618.18-
YUV113.01127.43105.88-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.39%
GREEN value IS 129 (50.78% from 255) = 39.94%
BLUE value IS 112 (44.14% from 255) = 34.67%
R=25.39%
G=39.94%
B=34.67%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal821291120.3600.130.49158.322.2741.37
Hex528170240D319e1629
Octal12220116044015612362651
Binary1010010100000011110000100100011011100011001111010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528170; }

 p { color: rgb(82,129,112); }

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

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

 a { background-color: rgb(82,129,112); }

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

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

 span { border-color: rgb(82,129,112); }

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