#528674

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

Shades of Cutty Sark #528674

Tints of Cutty Sark #528674

Color information

#528674 (or 0x528674) is unknown color: approx Cutty Sark. HEX triplet: 52, 86 and 74. RGB value is (82,134,116). Sum of RGB (Red+Green+Blue) = 82+134+116=332 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.70% from 332); Green value is 134 (52.73% from 255 or 40.36% from 332); Blue value is 116 (45.70% from 255 or 34.94% from 332); Max value from RGB is 134 - color contains mainly: green. Hex color #528674 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528674 is #AD798B. Grayscale: #747474. Windows color (decimal): -11368844 or 7636562. OLE color: 7636562.

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

Color convert

RGB82134116-
CMYK0.3900.130.47
HSL159.23º24.07%42.35%-
HSV(B)159.23º38.81%52.55%-
XYZ15.1620.119.6-
YUV116.4127.77103.46-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.70%
GREEN value IS 134 (52.73% from 255) = 40.36%
BLUE value IS 116 (45.70% from 255) = 34.94%
R=24.70%
G=40.36%
B=34.94%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal821341160.3900.130.47159.2324.0742.35
Hex528674270D2F9f182a
Octal12220616447015572373052
Binary1010010100001101110100100111011011011111001111111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528674; }

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

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

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

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

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

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

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

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