#528679

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

Shades of Cutty Sark #528679

Tints of Cutty Sark #528679

Color information

#528679 (or 0x528679) is unknown color: approx Cutty Sark. HEX triplet: 52, 86 and 79. RGB value is (82,134,121). Sum of RGB (Red+Green+Blue) = 82+134+121=337 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.33% from 337); Green value is 134 (52.73% from 255 or 39.76% from 337); Blue value is 121 (47.66% from 255 or 35.91% from 337); Max value from RGB is 134 - color contains mainly: green. Hex color #528679 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528679 is #AD7986. Grayscale: #747474. Windows color (decimal): -11368839 or 7964242. OLE color: 7964242.

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

Color convert

RGB82134121-
CMYK0.3900.100.47
HSL165º24.07%42.35%-
HSV(B)165º38.81%52.55%-
XYZ15.4620.2221.18-
YUV116.97130.27103.06-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.33%
GREEN value IS 134 (52.73% from 255) = 39.76%
BLUE value IS 121 (47.66% from 255) = 35.91%
R=24.33%
G=39.76%
B=35.91%

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
Decimal821341210.3900.100.4716524.0742.35
Hex528679270A2Fa5182a
Octal12220617147012572453052
Binary1010010100001101111001100111010101011111010010111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528679; }

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

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

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

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

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

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

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

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