#528671

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

Shades of Cutty Sark #528671

Tints of Cutty Sark #528671

Color information

#528671 (or 0x528671) is unknown color: approx Cutty Sark. HEX triplet: 52, 86 and 71. RGB value is (82,134,113). Sum of RGB (Red+Green+Blue) = 82+134+113=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 134 (52.73% from 255 or 40.73% from 329); Blue value is 113 (44.53% from 255 or 34.35% from 329); Max value from RGB is 134 - color contains mainly: green. Hex color #528671 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528671 is #AD798E. Grayscale: #747474. Windows color (decimal): -11368847 or 7439954. OLE color: 7439954.

HSL color Cylindrical-coordinate representation of color #528671: hue angle of 155.77º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #528671 is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB82134113-
CMYK0.3900.160.47
HSL155.77º24.07%42.35%-
HSV(B)155.77º38.81%52.55%-
XYZ14.9920.0418.7-
YUV116.06126.27103.71-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.92%
GREEN value IS 134 (52.73% from 255) = 40.73%
BLUE value IS 113 (44.53% from 255) = 34.35%
R=24.92%
G=40.73%
B=34.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal821341130.3900.160.47155.7724.0742.35
Hex528671270102F9c182a
Octal12220616147020572343052
Binary10100101000011011100011001110100001011111001110011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528671; }

 p { color: rgb(82,134,113); }

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

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

 a { background-color: rgb(82,134,113); }

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

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

 span { border-color: rgb(82,134,113); }

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