#528171

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

Shades of Cutty Sark #528171

Tints of Cutty Sark #528171

Color information

#528171 (or 0x528171) is unknown color: approx Cutty Sark. HEX triplet: 52, 81 and 71. RGB value is (82,129,113). Sum of RGB (Red+Green+Blue) = 82+129+113=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 129 (50.78% from 255 or 39.81% from 324); Blue value is 113 (44.53% from 255 or 34.88% from 324); Max value from RGB is 129 - color contains mainly: green. Hex color #528171 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528171 is #AD7E8E. Grayscale: #717171. Windows color (decimal): -11370127 or 7438674. OLE color: 7438674.

HSL color Cylindrical-coordinate representation of color #528171: hue angle of 159.57º 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 #528171 is Cyan = 0.36, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB82129113-
CMYK0.3600.120.49
HSL159.57º22.27%41.37%-
HSV(B)159.57º36.43%50.59%-
XYZ14.3118.6918.48-
YUV113.12127.93105.8-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.31%
GREEN value IS 129 (50.78% from 255) = 39.81%
BLUE value IS 113 (44.53% from 255) = 34.88%
R=25.31%
G=39.81%
B=34.88%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal821291130.3600.120.49159.5722.2741.37
Hex528171240C31a01629
Octal12220116144014612402651
Binary1010010100000011110001100100011001100011010000010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528171; }

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

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

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

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

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

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

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

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