#528475

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

Shades of Cutty Sark #528475

Tints of Cutty Sark #528475

Color information

#528475 (or 0x528475) is unknown color: approx Cutty Sark. HEX triplet: 52, 84 and 75. RGB value is (82,132,117). Sum of RGB (Red+Green+Blue) = 82+132+117=331 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.77% from 331); Green value is 132 (51.95% from 255 or 39.88% from 331); Blue value is 117 (46.09% from 255 or 35.35% from 331); Max value from RGB is 132 - color contains mainly: green. Hex color #528475 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528475 is #AD7B8A. Grayscale: #737373. Windows color (decimal): -11369355 or 7701586. OLE color: 7701586.

HSL color Cylindrical-coordinate representation of color #528475: hue angle of 162º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #528475 is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB82132117-
CMYK0.3800.110.48
HSL162º23.36%41.96%-
HSV(B)162º37.88%51.76%-
XYZ14.9419.5819.82-
YUV115.34128.94104.22-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.77%
GREEN value IS 132 (51.95% from 255) = 39.88%
BLUE value IS 117 (46.09% from 255) = 35.35%
R=24.77%
G=39.88%
B=35.35%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal821321170.3800.110.4816223.3641.96
Hex528475260B30a2172a
Octal12220416546013602422752
Binary1010010100001001110101100110010111100001010001010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528475; }

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

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

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

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

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

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

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

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