#528879

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

Shades of Cutty Sark #528879

Tints of Cutty Sark #528879

Color information

#528879 (or 0x528879) is unknown color: approx Cutty Sark. HEX triplet: 52, 88 and 79. RGB value is (82,136,121). Sum of RGB (Red+Green+Blue) = 82+136+121=339 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.19% from 339); Green value is 136 (53.52% from 255 or 40.12% from 339); Blue value is 121 (47.66% from 255 or 35.69% from 339); Max value from RGB is 136 - color contains mainly: green. Hex color #528879 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528879 is #AD7786. Grayscale: #767676. Windows color (decimal): -11368327 or 7964754. OLE color: 7964754.

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

Color convert

RGB82136121-
CMYK0.4000.110.47
HSL163.33º24.77%42.75%-
HSV(B)163.33º39.71%53.33%-
XYZ15.7420.7821.27-
YUV118.14129.61102.22-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.19%
GREEN value IS 136 (53.52% from 255) = 40.12%
BLUE value IS 121 (47.66% from 255) = 35.69%
R=24.19%
G=40.12%
B=35.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal821361210.4000.110.47163.3324.7742.75
Hex528879280B2Fa3192b
Octal12221017150013572433153
Binary1010010100010001111001101000010111011111010001111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528879; }

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

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

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

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

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

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

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

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