#528D7A

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

Shades of Cutty Sark #528D7A

Tints of Cutty Sark #528D7A

Color information

#528D7A (or 0x528D7A) is unknown color: approx Cutty Sark. HEX triplet: 52, 8D and 7A. RGB value is (82,141,122). Sum of RGB (Red+Green+Blue) = 82+141+122=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 141 (55.47% from 255 or 40.87% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 141 - color contains mainly: green. Hex color #528D7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528D7A is #AD7285. Grayscale: #797979. Windows color (decimal): -11367046 or 8031570. OLE color: 8031570.

HSL color Cylindrical-coordinate representation of color #528D7A: hue angle of 160.68º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #528D7A is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB82141122-
CMYK0.4200.130.45
HSL160.68º26.46%43.73%-
HSV(B)160.68º41.84%55.29%-
XYZ16.5222.2521.84-
YUV121.19128.45100.04-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.77%
GREEN value IS 141 (55.47% from 255) = 40.87%
BLUE value IS 122 (48.05% from 255) = 35.36%
R=23.77%
G=40.87%
B=35.36%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal821411220.4200.130.45160.6826.4643.73
Hex528D7A2A0D2Da11a2c
Octal12221517252015552413254
Binary1010010100011011111010101010011011011011010000111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,141,122); }

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

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

 a { background-color: rgb(82,141,122); }

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

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

 span { border-color: rgb(82,141,122); }

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