#527466

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

Shades of Cutty Sark #527466

Tints of Cutty Sark #527466

Color information

#527466 (or 0x527466) is unknown color: approx Cutty Sark. HEX triplet: 52, 74 and 66. RGB value is (82,116,102). Sum of RGB (Red+Green+Blue) = 82+116+102=300 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.33% from 300); Green value is 116 (45.70% from 255 or 38.67% from 300); Blue value is 102 (40.23% from 255 or 34% from 300); Max value from RGB is 116 - color contains mainly: green. Hex color #527466 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527466 is #AD8B99. Grayscale: #686868. Windows color (decimal): -11373466 or 6714450. OLE color: 6714450.

HSL color Cylindrical-coordinate representation of color #527466: hue angle of 155.29º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #527466 is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB82116102-
CMYK0.2900.120.55
HSL155.29º17.17%38.82%-
HSV(B)155.29º29.31%45.49%-
XYZ12.1215.2414.87-
YUV104.24126.74112.14-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.33%
GREEN value IS 116 (45.70% from 255) = 38.67%
BLUE value IS 102 (40.23% from 255) = 34%
R=27.33%
G=38.67%
B=34%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal821161020.2900.120.55155.2917.1738.82
Hex5274661D0C379b1127
Octal12216414635014672332147
Binary10100101110100110011011101011001101111001101110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527466; }

 p { color: rgb(82,116,102); }

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

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

 a { background-color: rgb(82,116,102); }

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

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

 span { border-color: rgb(82,116,102); }

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