#529170

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

Shades of Cutty Sark #529170

Tints of Cutty Sark #529170

Color information

#529170 (or 0x529170) is unknown color: approx Cutty Sark. HEX triplet: 52, 91 and 70. RGB value is (82,145,112). Sum of RGB (Red+Green+Blue) = 82+145+112=339 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.19% from 339); Green value is 145 (57.03% from 255 or 42.77% from 339); Blue value is 112 (44.14% from 255 or 33.04% from 339); Max value from RGB is 145 - color contains mainly: green. Hex color #529170 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529170 is #AD6E8F. Grayscale: #7A7A7A. Windows color (decimal): -11366032 or 7377234. OLE color: 7377234.

HSL color Cylindrical-coordinate representation of color #529170: hue angle of 148.57º 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 #529170 is Cyan = 0.43, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB82145112-
CMYK0.4300.230.43
HSL148.57º27.75%44.51%-
HSV(B)148.57º43.45%56.86%-
XYZ16.5323.2118.94-
YUV122.4122.1399.18-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.19%
GREEN value IS 145 (57.03% from 255) = 42.77%
BLUE value IS 112 (44.14% from 255) = 33.04%
R=24.19%
G=42.77%
B=33.04%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal821451120.4300.230.43148.5727.7544.51
Hex5291702B0172B951c2d
Octal12222116053027532253455
Binary10100101001000111100001010110101111010111001010111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529170; }

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

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

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

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

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

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

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

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