#528973

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

Shades of Cutty Sark #528973

Tints of Cutty Sark #528973

Color information

#528973 (or 0x528973) is unknown color: approx Cutty Sark. HEX triplet: 52, 89 and 73. RGB value is (82,137,115). Sum of RGB (Red+Green+Blue) = 82+137+115=334 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.55% from 334); Green value is 137 (53.91% from 255 or 41.02% from 334); Blue value is 115 (45.31% from 255 or 34.43% from 334); Max value from RGB is 137 - color contains mainly: green. Hex color #528973 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528973 is #AD768C. Grayscale: #767676. Windows color (decimal): -11368077 or 7571794. OLE color: 7571794.

HSL color Cylindrical-coordinate representation of color #528973: hue angle of 156º 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 #528973 is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.46.

Color convert

RGB82137115-
CMYK0.4000.160.46
HSL156º25.11%42.94%-
HSV(B)156º40.15%53.73%-
XYZ15.5220.9219.44-
YUV118.05126.28102.29-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.55%
GREEN value IS 137 (53.91% from 255) = 41.02%
BLUE value IS 115 (45.31% from 255) = 34.43%
R=24.55%
G=41.02%
B=34.43%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal821371150.4000.160.4615625.1142.94
Hex528973280102E9c192b
Octal12221116350020562343153
Binary10100101000100111100111010000100001011101001110011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528973; }

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

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

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

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

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

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

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

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