#527668

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

Shades of Cutty Sark #527668

Tints of Cutty Sark #527668

Color information

#527668 (or 0x527668) is unknown color: approx Cutty Sark. HEX triplet: 52, 76 and 68. RGB value is (82,118,104). Sum of RGB (Red+Green+Blue) = 82+118+104=304 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.97% from 304); Green value is 118 (46.48% from 255 or 38.82% from 304); Blue value is 104 (41.02% from 255 or 34.21% from 304); Max value from RGB is 118 - color contains mainly: green. Hex color #527668 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527668 is #AD8997. Grayscale: #696969. Windows color (decimal): -11372952 or 6846034. OLE color: 6846034.

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

Color convert

RGB82118104-
CMYK0.3100.120.54
HSL156.67º18%39.22%-
HSV(B)156.67º30.51%46.27%-
XYZ12.4615.7515.48-
YUV105.64127.07111.14-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.97%
GREEN value IS 118 (46.48% from 255) = 38.82%
BLUE value IS 104 (41.02% from 255) = 34.21%
R=26.97%
G=38.82%
B=34.21%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal821181040.3100.120.54156.671839.22
Hex5276681F0C369d1227
Octal12216615037014662352247
Binary10100101110110110100011111011001101101001110110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527668; }

 p { color: rgb(82,118,104); }

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

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

 a { background-color: rgb(82,118,104); }

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

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

 span { border-color: rgb(82,118,104); }

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