#528678

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

Shades of Cutty Sark #528678

Tints of Cutty Sark #528678

Color information

#528678 (or 0x528678) is unknown color: approx Cutty Sark. HEX triplet: 52, 86 and 78. RGB value is (82,134,120). Sum of RGB (Red+Green+Blue) = 82+134+120=336 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.40% from 336); Green value is 134 (52.73% from 255 or 39.88% from 336); Blue value is 120 (47.27% from 255 or 35.71% from 336); Max value from RGB is 134 - color contains mainly: green. Hex color #528678 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528678 is #AD7987. Grayscale: #747474. Windows color (decimal): -11368840 or 7898706. OLE color: 7898706.

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

Color convert

RGB82134120-
CMYK0.3900.100.47
HSL163.85º24.07%42.35%-
HSV(B)163.85º38.81%52.55%-
XYZ15.3920.220.86-
YUV116.86129.77103.14-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.40%
GREEN value IS 134 (52.73% from 255) = 39.88%
BLUE value IS 120 (47.27% from 255) = 35.71%
R=24.40%
G=39.88%
B=35.71%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal821341200.3900.100.47163.8524.0742.35
Hex528678270A2Fa4182a
Octal12220617047012572443052
Binary1010010100001101111000100111010101011111010010011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528678; }

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

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

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

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

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

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

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

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