#527E68

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

Shades of Cutty Sark #527E68

Tints of Cutty Sark #527E68

Color information

#527E68 (or 0x527E68) is unknown color: approx Cutty Sark. HEX triplet: 52, 7E and 68. RGB value is (82,126,104). Sum of RGB (Red+Green+Blue) = 82+126+104=312 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.28% from 312); Green value is 126 (49.61% from 255 or 40.38% from 312); Blue value is 104 (41.02% from 255 or 33.33% from 312); Max value from RGB is 126 - color contains mainly: green. Hex color #527E68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527E68 is #AD8197. Grayscale: #6E6E6E. Windows color (decimal): -11370904 or 6848082. OLE color: 6848082.

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

Color convert

RGB82126104-
CMYK0.3500.170.51
HSL150º21.15%40.78%-
HSV(B)150º34.92%49.41%-
XYZ13.4417.7215.81-
YUV110.34124.42107.79-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.28%
GREEN value IS 126 (49.61% from 255) = 40.38%
BLUE value IS 104 (41.02% from 255) = 33.33%
R=26.28%
G=40.38%
B=33.33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal821261040.3500.170.5115021.1540.78
Hex527E682301133961529
Octal12217615043021632262551
Binary1010010111111011010001000110100011100111001011010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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