#528676

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

Shades of Cutty Sark #528676

Tints of Cutty Sark #528676

Color information

#528676 (or 0x528676) is unknown color: approx Cutty Sark. HEX triplet: 52, 86 and 76. RGB value is (82,134,118). Sum of RGB (Red+Green+Blue) = 82+134+118=334 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.55% from 334); Green value is 134 (52.73% from 255 or 40.12% from 334); Blue value is 118 (46.48% from 255 or 35.33% from 334); Max value from RGB is 134 - color contains mainly: green. Hex color #528676 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528676 is #AD7989. Grayscale: #747474. Windows color (decimal): -11368842 or 7767634. OLE color: 7767634.

HSL color Cylindrical-coordinate representation of color #528676: hue angle of 161.54º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #528676 is Cyan = 0.39, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB82134118-
CMYK0.3900.120.47
HSL161.54º24.07%42.35%-
HSV(B)161.54º38.81%52.55%-
XYZ15.2720.1520.22-
YUV116.63128.77103.3-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.55%
GREEN value IS 134 (52.73% from 255) = 40.12%
BLUE value IS 118 (46.48% from 255) = 35.33%
R=24.55%
G=40.12%
B=35.33%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal821341180.3900.120.47161.5424.0742.35
Hex528676270C2Fa2182a
Octal12220616647014572423052
Binary1010010100001101110110100111011001011111010001011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528676; }

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

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

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

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

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

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

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

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