#529179

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

Shades of Cutty Sark #529179

Tints of Cutty Sark #529179

Color information

#529179 (or 0x529179) is unknown color: approx Cutty Sark. HEX triplet: 52, 91 and 79. RGB value is (82,145,121). Sum of RGB (Red+Green+Blue) = 82+145+121=348 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.56% from 348); Green value is 145 (57.03% from 255 or 41.67% from 348); Blue value is 121 (47.66% from 255 or 34.77% from 348); Max value from RGB is 145 - color contains mainly: green. Hex color #529179 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529179 is #AD6E86. Grayscale: #7B7B7B. Windows color (decimal): -11366023 or 7967058. OLE color: 7967058.

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

Color convert

RGB82145121-
CMYK0.4300.170.43
HSL157.14º27.75%44.51%-
HSV(B)157.14º43.45%56.86%-
XYZ17.0623.4321.71-
YUV123.43126.6398.45-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.56%
GREEN value IS 145 (57.03% from 255) = 41.67%
BLUE value IS 121 (47.66% from 255) = 34.77%
R=23.56%
G=41.67%
B=34.77%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal821451210.4300.170.43157.1427.7544.51
Hex5291792B0112B9d1c2d
Octal12222117153021532353455
Binary10100101001000111110011010110100011010111001110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529179; }

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

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

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

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

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

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

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

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