#527769

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

Shades of Cutty Sark #527769

Tints of Cutty Sark #527769

Color information

#527769 (or 0x527769) is unknown color: approx Cutty Sark. HEX triplet: 52, 77 and 69. RGB value is (82,119,105). Sum of RGB (Red+Green+Blue) = 82+119+105=306 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.80% from 306); Green value is 119 (46.88% from 255 or 38.89% from 306); Blue value is 105 (41.41% from 255 or 34.31% from 306); Max value from RGB is 119 - color contains mainly: green. Hex color #527769 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527769 is #AD8896. Grayscale: #6A6A6A. Windows color (decimal): -11372695 or 6911826. OLE color: 6911826.

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

Color convert

RGB82119105-
CMYK0.3100.120.53
HSL157.3º18.41%39.41%-
HSV(B)157.3º31.09%46.67%-
XYZ12.6316.0115.79-
YUV106.34127.24110.64-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.80%
GREEN value IS 119 (46.88% from 255) = 38.89%
BLUE value IS 105 (41.41% from 255) = 34.31%
R=26.80%
G=38.89%
B=34.31%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal821191050.3100.120.53157.318.4139.41
Hex5277691F0C359d1227
Octal12216715137014652352247
Binary10100101110111110100111111011001101011001110110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527769; }

 p { color: rgb(82,119,105); }

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

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

 a { background-color: rgb(82,119,105); }

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

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

 span { border-color: rgb(82,119,105); }

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