#528A75

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

Shades of Cutty Sark #528A75

Tints of Cutty Sark #528A75

Color information

#528A75 (or 0x528A75) is unknown color: approx Cutty Sark. HEX triplet: 52, 8A and 75. RGB value is (82,138,117). Sum of RGB (Red+Green+Blue) = 82+138+117=337 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.33% from 337); Green value is 138 (54.30% from 255 or 40.95% from 337); Blue value is 117 (46.09% from 255 or 34.72% from 337); Max value from RGB is 138 - color contains mainly: green. Hex color #528A75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528A75 is #AD758A. Grayscale: #767676. Windows color (decimal): -11367819 or 7703122. OLE color: 7703122.

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

Color convert

RGB82138117-
CMYK0.4100.150.46
HSL157.5º25.45%43.14%-
HSV(B)157.5º40.58%54.12%-
XYZ15.7821.2620.1-
YUV118.86126.95101.71-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.33%
GREEN value IS 138 (54.30% from 255) = 40.95%
BLUE value IS 117 (46.09% from 255) = 34.72%
R=24.33%
G=40.95%
B=34.72%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal821381170.4100.150.46157.525.4543.14
Hex528A75290F2E9e192b
Octal12221216551017562363153
Binary1010010100010101110101101001011111011101001111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528A75; }

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

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

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

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

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

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

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

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