#5A786C

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

Shades of Cutty Sark #5A786C

Tints of Cutty Sark #5A786C

Color information

#5A786C (or 0x5A786C) is unknown color: approx Cutty Sark. HEX triplet: 5A, 78 and 6C. RGB value is (90,120,108). Sum of RGB (Red+Green+Blue) = 90+120+108=318 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.30% from 318); Green value is 120 (47.27% from 255 or 37.74% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 120 - color contains mainly: green. Hex color #5A786C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A786C is #A58793. Grayscale: #6D6D6D. Windows color (decimal): -10848148 or 7108698. OLE color: 7108698.

HSL color Cylindrical-coordinate representation of color #5A786C: hue angle of 156º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5A786C is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB90120108-
CMYK0.2500.100.53
HSL156º14.29%41.18%-
HSV(B)156º25%47.06%-
XYZ13.6416.6916.69-
YUV109.66127.06113.98-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.30%
GREEN value IS 120 (47.27% from 255) = 37.74%
BLUE value IS 108 (42.58% from 255) = 33.96%
R=28.30%
G=37.74%
B=33.96%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal901201080.2500.100.5315614.2941.18
Hex5A786C190A359ce29
Octal13217015431012652341651
Binary1011010111100011011001100101010110101100111001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A786C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A786C; }

 p { color: rgb(90,120,108); }

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

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

 a { background-color: rgb(90,120,108); }

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

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

 span { border-color: rgb(90,120,108); }

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