#528E75

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

Shades of Cutty Sark #528E75

Tints of Cutty Sark #528E75

Color information

#528E75 (or 0x528E75) is unknown color: approx Cutty Sark. HEX triplet: 52, 8E and 75. RGB value is (82,142,117). Sum of RGB (Red+Green+Blue) = 82+142+117=341 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.05% from 341); Green value is 142 (55.86% from 255 or 41.64% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 142 - color contains mainly: green. Hex color #528E75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528E75 is #AD718A. Grayscale: #797979. Windows color (decimal): -11366795 or 7704146. OLE color: 7704146.

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

Color convert

RGB82142117-
CMYK0.4200.180.44
HSL155º26.79%43.92%-
HSV(B)155º42.25%55.69%-
XYZ16.3622.4220.3-
YUV121.21125.62100.03-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.05%
GREEN value IS 142 (55.86% from 255) = 41.64%
BLUE value IS 117 (46.09% from 255) = 34.31%
R=24.05%
G=41.64%
B=34.31%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal821421170.4200.180.4415526.7943.92
Hex528E752A0122C9b1b2c
Octal12221616552022542333354
Binary10100101000111011101011010100100101011001001101111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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