#528173

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

Shades of Cutty Sark #528173

Tints of Cutty Sark #528173

Color information

#528173 (or 0x528173) is unknown color: approx Cutty Sark. HEX triplet: 52, 81 and 73. RGB value is (82,129,115). Sum of RGB (Red+Green+Blue) = 82+129+115=326 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.15% from 326); Green value is 129 (50.78% from 255 or 39.57% from 326); Blue value is 115 (45.31% from 255 or 35.28% from 326); Max value from RGB is 129 - color contains mainly: green. Hex color #528173 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528173 is #AD7E8C. Grayscale: #717171. Windows color (decimal): -11370125 or 7569746. OLE color: 7569746.

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

Color convert

RGB82129115-
CMYK0.3600.110.49
HSL162.13º22.27%41.37%-
HSV(B)162.13º36.43%50.59%-
XYZ14.4218.7319.08-
YUV113.35128.93105.64-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.15%
GREEN value IS 129 (50.78% from 255) = 39.57%
BLUE value IS 115 (45.31% from 255) = 35.28%
R=25.15%
G=39.57%
B=35.28%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal821291150.3600.110.49162.1322.2741.37
Hex528173240B31a21629
Octal12220116344013612422651
Binary1010010100000011110011100100010111100011010001010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528173; }

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

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

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

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

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

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

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

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