#528672

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

Shades of Cutty Sark #528672

Tints of Cutty Sark #528672

Color information

#528672 (or 0x528672) is unknown color: approx Cutty Sark. HEX triplet: 52, 86 and 72. RGB value is (82,134,114). Sum of RGB (Red+Green+Blue) = 82+134+114=330 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.85% from 330); Green value is 134 (52.73% from 255 or 40.61% from 330); Blue value is 114 (44.92% from 255 or 34.55% from 330); Max value from RGB is 134 - color contains mainly: green. Hex color #528672 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528672 is #AD798D. Grayscale: #747474. Windows color (decimal): -11368846 or 7505490. OLE color: 7505490.

HSL color Cylindrical-coordinate representation of color #528672: hue angle of 156.92º 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 #528672 is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB82134114-
CMYK0.3900.150.47
HSL156.92º24.07%42.35%-
HSV(B)156.92º38.81%52.55%-
XYZ15.0420.0619-
YUV116.17126.77103.63-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.85%
GREEN value IS 134 (52.73% from 255) = 40.61%
BLUE value IS 114 (44.92% from 255) = 34.55%
R=24.85%
G=40.61%
B=34.55%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal821341140.3900.150.47156.9224.0742.35
Hex528672270F2F9d182a
Octal12220616247017572353052
Binary1010010100001101110010100111011111011111001110111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528672; }

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

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

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

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

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

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

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

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