#528978

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

Shades of Cutty Sark #528978

Tints of Cutty Sark #528978

Color information

#528978 (or 0x528978) is unknown color: approx Cutty Sark. HEX triplet: 52, 89 and 78. RGB value is (82,137,120). Sum of RGB (Red+Green+Blue) = 82+137+120=339 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.19% from 339); Green value is 137 (53.91% from 255 or 40.41% from 339); Blue value is 120 (47.27% from 255 or 35.40% from 339); Max value from RGB is 137 - color contains mainly: green. Hex color #528978 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528978 is #AD7687. Grayscale: #767676. Windows color (decimal): -11368072 or 7899474. OLE color: 7899474.

HSL color Cylindrical-coordinate representation of color #528978: hue angle of 161.45º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #528978 is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB82137120-
CMYK0.4000.120.46
HSL161.45º25.11%42.94%-
HSV(B)161.45º40.15%53.73%-
XYZ15.8221.0421-
YUV118.62128.78101.88-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.19%
GREEN value IS 137 (53.91% from 255) = 40.41%
BLUE value IS 120 (47.27% from 255) = 35.40%
R=24.19%
G=40.41%
B=35.40%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal821371200.4000.120.46161.4525.1142.94
Hex528978280C2Ea1192b
Octal12221117050014562413153
Binary1010010100010011111000101000011001011101010000111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528978; }

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

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

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

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

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

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

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

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