#528072

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

Shades of Cutty Sark #528072

Tints of Cutty Sark #528072

Color information

#528072 (or 0x528072) is unknown color: approx Cutty Sark. HEX triplet: 52, 80 and 72. RGB value is (82,128,114). Sum of RGB (Red+Green+Blue) = 82+128+114=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 128 (50.39% from 255 or 39.51% from 324); Blue value is 114 (44.92% from 255 or 35.19% from 324); Max value from RGB is 128 - color contains mainly: green. Hex color #528072 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528072 is #AD7F8D. Grayscale: #707070. Windows color (decimal): -11370382 or 7503954. OLE color: 7503954.

HSL color Cylindrical-coordinate representation of color #528072: hue angle of 161.74º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #528072 is Cyan = 0.36, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.50.

Color convert

RGB82128114-
CMYK0.3600.110.50
HSL161.74º21.9%41.18%-
HSV(B)161.74º35.94%50.2%-
XYZ14.2418.4518.73-
YUV112.65128.76106.14-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.31%
GREEN value IS 128 (50.39% from 255) = 39.51%
BLUE value IS 114 (44.92% from 255) = 35.19%
R=25.31%
G=39.51%
B=35.19%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal821281140.3600.110.50161.7421.941.18
Hex528072240B32a21629
Octal12220016244013622422651
Binary1010010100000001110010100100010111100101010001010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528072; }

 p { color: rgb(82,128,114); }

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

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

 a { background-color: rgb(82,128,114); }

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

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

 span { border-color: rgb(82,128,114); }

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