#529176

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

Shades of Cutty Sark #529176

Tints of Cutty Sark #529176

Color information

#529176 (or 0x529176) is unknown color: approx Cutty Sark. HEX triplet: 52, 91 and 76. RGB value is (82,145,118). Sum of RGB (Red+Green+Blue) = 82+145+118=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 145 (57.03% from 255 or 42.03% from 345); Blue value is 118 (46.48% from 255 or 34.20% from 345); Max value from RGB is 145 - color contains mainly: green. Hex color #529176 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529176 is #AD6E89. Grayscale: #7B7B7B. Windows color (decimal): -11366026 or 7770450. OLE color: 7770450.

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

Color convert

RGB82145118-
CMYK0.4300.190.43
HSL154.29º27.75%44.51%-
HSV(B)154.29º43.45%56.86%-
XYZ16.8823.3520.76-
YUV123.08125.1398.7-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.77%
GREEN value IS 145 (57.03% from 255) = 42.03%
BLUE value IS 118 (46.48% from 255) = 34.20%
R=23.77%
G=42.03%
B=34.20%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal821451180.4300.190.43154.2927.7544.51
Hex5291762B0132B9a1c2d
Octal12222116653023532323455
Binary10100101001000111101101010110100111010111001101011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529176; }

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

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

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

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

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

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

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

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