#527567

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

Shades of Cutty Sark #527567

Tints of Cutty Sark #527567

Color information

#527567 (or 0x527567) is unknown color: approx Cutty Sark. HEX triplet: 52, 75 and 67. RGB value is (82,117,103). Sum of RGB (Red+Green+Blue) = 82+117+103=302 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.15% from 302); Green value is 117 (46.09% from 255 or 38.74% from 302); Blue value is 103 (40.62% from 255 or 34.11% from 302); Max value from RGB is 117 - color contains mainly: green. Hex color #527567 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527567 is #AD8A98. Grayscale: #686868. Windows color (decimal): -11373209 or 6780242. OLE color: 6780242.

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

Color convert

RGB82117103-
CMYK0.3000.120.54
HSL156º17.59%39.02%-
HSV(B)156º29.91%45.88%-
XYZ12.2915.515.18-
YUV104.94126.9111.64-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.15%
GREEN value IS 117 (46.09% from 255) = 38.74%
BLUE value IS 103 (40.62% from 255) = 34.11%
R=27.15%
G=38.74%
B=34.11%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal821171030.3000.120.5415617.5939.02
Hex5275671E0C369c1227
Octal12216514736014662342247
Binary10100101110101110011111110011001101101001110010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527567; }

 p { color: rgb(82,117,103); }

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

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

 a { background-color: rgb(82,117,103); }

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

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

 span { border-color: rgb(82,117,103); }

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