#529171

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

Shades of Cutty Sark #529171

Tints of Cutty Sark #529171

Color information

#529171 (or 0x529171) is unknown color: approx Cutty Sark. HEX triplet: 52, 91 and 71. RGB value is (82,145,113). Sum of RGB (Red+Green+Blue) = 82+145+113=340 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.12% from 340); Green value is 145 (57.03% from 255 or 42.65% from 340); Blue value is 113 (44.53% from 255 or 33.24% from 340); Max value from RGB is 145 - color contains mainly: green. Hex color #529171 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529171 is #AD6E8E. Grayscale: #7A7A7A. Windows color (decimal): -11366031 or 7442770. OLE color: 7442770.

HSL color Cylindrical-coordinate representation of color #529171: hue angle of 149.52º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #529171 is Cyan = 0.43, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB82145113-
CMYK0.4300.220.43
HSL149.52º27.75%44.51%-
HSV(B)149.52º43.45%56.86%-
XYZ16.5923.2419.23-
YUV122.52122.6399.1-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.12%
GREEN value IS 145 (57.03% from 255) = 42.65%
BLUE value IS 113 (44.53% from 255) = 33.24%
R=24.12%
G=42.65%
B=33.24%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal821451130.4300.220.43149.5227.7544.51
Hex5291712B0162B961c2d
Octal12222116153026532263455
Binary10100101001000111100011010110101101010111001011011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529171; }

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

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

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

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

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

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

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

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