#528975

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

Shades of Cutty Sark #528975

Tints of Cutty Sark #528975

Color information

#528975 (or 0x528975) is unknown color: approx Cutty Sark. HEX triplet: 52, 89 and 75. RGB value is (82,137,117). Sum of RGB (Red+Green+Blue) = 82+137+117=336 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.40% from 336); Green value is 137 (53.91% from 255 or 40.77% from 336); Blue value is 117 (46.09% from 255 or 34.82% from 336); Max value from RGB is 137 - color contains mainly: green. Hex color #528975 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528975 is #AD768A. Grayscale: #767676. Windows color (decimal): -11368075 or 7702866. OLE color: 7702866.

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

Color convert

RGB82137117-
CMYK0.4000.150.46
HSL158.18º25.11%42.94%-
HSV(B)158.18º40.15%53.73%-
XYZ15.6420.9720.05-
YUV118.28127.28102.13-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.40%
GREEN value IS 137 (53.91% from 255) = 40.77%
BLUE value IS 117 (46.09% from 255) = 34.82%
R=24.40%
G=40.77%
B=34.82%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal821371170.4000.150.46158.1825.1142.94
Hex528975280F2E9e192b
Octal12221116550017562363153
Binary1010010100010011110101101000011111011101001111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528975; }

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

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

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

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

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

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

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

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