#528276

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

Shades of Cutty Sark #528276

Tints of Cutty Sark #528276

Color information

#528276 (or 0x528276) is unknown color: approx Cutty Sark. HEX triplet: 52, 82 and 76. RGB value is (82,130,118). Sum of RGB (Red+Green+Blue) = 82+130+118=330 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.85% from 330); Green value is 130 (51.17% from 255 or 39.39% from 330); Blue value is 118 (46.48% from 255 or 35.76% from 330); Max value from RGB is 130 - color contains mainly: green. Hex color #528276 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528276 is #AD7D89. Grayscale: #727272. Windows color (decimal): -11369866 or 7766610. OLE color: 7766610.

HSL color Cylindrical-coordinate representation of color #528276: hue angle of 165º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #528276 is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB82130118-
CMYK0.3700.090.49
HSL165º22.64%41.57%-
HSV(B)165º36.92%50.98%-
XYZ14.7319.0720.04-
YUV114.28130.1104.98-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.85%
GREEN value IS 130 (51.17% from 255) = 39.39%
BLUE value IS 118 (46.48% from 255) = 35.76%
R=24.85%
G=39.39%
B=35.76%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal821301180.3700.090.4916522.6441.57
Hex528276250931a5172a
Octal12220216645011612452752
Binary1010010100000101110110100101010011100011010010110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528276; }

 p { color: rgb(82,130,118); }

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

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

 a { background-color: rgb(82,130,118); }

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

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

 span { border-color: rgb(82,130,118); }

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