#528873

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

Shades of Cutty Sark #528873

Tints of Cutty Sark #528873

Color information

#528873 (or 0x528873) is unknown color: approx Cutty Sark. HEX triplet: 52, 88 and 73. RGB value is (82,136,115). Sum of RGB (Red+Green+Blue) = 82+136+115=333 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.62% from 333); Green value is 136 (53.52% from 255 or 40.84% from 333); Blue value is 115 (45.31% from 255 or 34.53% from 333); Max value from RGB is 136 - color contains mainly: green. Hex color #528873 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528873 is #AD778C. Grayscale: #757575. Windows color (decimal): -11368333 or 7571538. OLE color: 7571538.

HSL color Cylindrical-coordinate representation of color #528873: hue angle of 156.67º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #528873 is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB82136115-
CMYK0.4000.150.47
HSL156.67º24.77%42.75%-
HSV(B)156.67º39.71%53.33%-
XYZ15.3820.6419.39-
YUV117.46126.61102.71-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.62%
GREEN value IS 136 (53.52% from 255) = 40.84%
BLUE value IS 115 (45.31% from 255) = 34.53%
R=24.62%
G=40.84%
B=34.53%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal821361150.4000.150.47156.6724.7742.75
Hex528873280F2F9d192b
Octal12221016350017572353153
Binary1010010100010001110011101000011111011111001110111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528873; }

 p { color: rgb(82,136,115); }

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

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

 a { background-color: rgb(82,136,115); }

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

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

 span { border-color: rgb(82,136,115); }

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