#527E71

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

Shades of Cutty Sark #527E71

Tints of Cutty Sark #527E71

Color information

#527E71 (or 0x527E71) is unknown color: approx Cutty Sark. HEX triplet: 52, 7E and 71. RGB value is (82,126,113). Sum of RGB (Red+Green+Blue) = 82+126+113=321 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.55% from 321); Green value is 126 (49.61% from 255 or 39.25% from 321); Blue value is 113 (44.53% from 255 or 35.20% from 321); Max value from RGB is 126 - color contains mainly: green. Hex color #527E71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527E71 is #AD818E. Grayscale: #6F6F6F. Windows color (decimal): -11370895 or 7437906. OLE color: 7437906.

HSL color Cylindrical-coordinate representation of color #527E71: hue angle of 162.27º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #527E71 is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB82126113-
CMYK0.3500.100.51
HSL162.27º21.15%40.78%-
HSV(B)162.27º34.92%49.41%-
XYZ13.9217.9118.35-
YUV111.36128.92107.06-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.55%
GREEN value IS 126 (49.61% from 255) = 39.25%
BLUE value IS 113 (44.53% from 255) = 35.20%
R=25.55%
G=39.25%
B=35.20%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal821261130.3500.100.51162.2721.1540.78
Hex527E71230A33a21529
Octal12217616143012632422551
Binary101001011111101110001100011010101100111010001010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527E71; }

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

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

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

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

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

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

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

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