#527E70

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

Shades of Cutty Sark #527E70

Tints of Cutty Sark #527E70

Color information

#527E70 (or 0x527E70) is unknown color: approx Cutty Sark. HEX triplet: 52, 7E and 70. RGB value is (82,126,112). Sum of RGB (Red+Green+Blue) = 82+126+112=320 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.62% from 320); Green value is 126 (49.61% from 255 or 39.38% from 320); Blue value is 112 (44.14% from 255 or 35% from 320); Max value from RGB is 126 - color contains mainly: green. Hex color #527E70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527E70 is #AD818F. Grayscale: #6F6F6F. Windows color (decimal): -11370896 or 7372370. OLE color: 7372370.

HSL color Cylindrical-coordinate representation of color #527E70: hue angle of 160.91º 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 #527E70 is Cyan = 0.35, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.51.

Color convert

RGB82126112-
CMYK0.3500.110.51
HSL160.91º21.15%40.78%-
HSV(B)160.91º34.92%49.41%-
XYZ13.8717.8918.05-
YUV111.25128.42107.14-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.62%
GREEN value IS 126 (49.61% from 255) = 39.38%
BLUE value IS 112 (44.14% from 255) = 35%
R=25.62%
G=39.38%
B=35%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal821261120.3500.110.51160.9121.1540.78
Hex527E70230B33a11529
Octal12217616043013632412551
Binary101001011111101110000100011010111100111010000110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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