#528f7a

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

Shades of Cutty Sark #528F7A

Tints of Cutty Sark #528F7A

Color information

#528F7A (or 0x528F7A) is unknown color: approx Cutty Sark. HEX triplet: 52, 8F and 7A. RGB value is (82,143,122). Sum of RGB (Red+Green+Blue) = 82+143+122=347 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.63% from 347); Green value is 143 (56.25% from 255 or 41.21% from 347); Blue value is 122 (48.05% from 255 or 35.16% from 347); Max value from RGB is 143 - color contains mainly: green. Hex color #528F7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528F7A is #AD7085. Grayscale: #7A7A7A. Windows color (decimal): -11366534 or 8032082. OLE color: 8032082.

HSL color Cylindrical-coordinate representation of color #528F7A: hue angle of 159.34º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #528F7A is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB82143122-
CMYK0.4300.150.44
HSL159.34º27.11%44.12%-
HSV(B)159.34º42.66%56.08%-
XYZ16.8122.8421.94-
YUV122.37127.7999.21-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.63%
GREEN value IS 143 (56.25% from 255) = 41.21%
BLUE value IS 122 (48.05% from 255) = 35.16%
R=23.63%
G=41.21%
B=35.16%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal821431220.4300.150.44159.3427.1144.12
Hex528F7A2B0F2C9f1b2c
Octal12221717253017542373354
Binary1010010100011111111010101011011111011001001111111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528f7a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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