#5C786E

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

Shades of Cutty Sark #5C786E

Tints of Cutty Sark #5C786E

Color information

#5C786E (or 0x5C786E) is unknown color: approx Cutty Sark. HEX triplet: 5C, 78 and 6E. RGB value is (92,120,110). Sum of RGB (Red+Green+Blue) = 92+120+110=322 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.57% from 322); Green value is 120 (47.27% from 255 or 37.27% from 322); Blue value is 110 (43.36% from 255 or 34.16% from 322); Max value from RGB is 120 - color contains mainly: green. Hex color #5C786E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C786E is #A38791. Grayscale: #6E6E6E. Windows color (decimal): -10717074 or 7239772. OLE color: 7239772.

HSL color Cylindrical-coordinate representation of color #5C786E: hue angle of 158.57º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5C786E is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB92120110-
CMYK0.2300.080.53
HSL158.57º13.21%41.57%-
HSV(B)158.57º23.33%47.06%-
XYZ13.9416.8317.27-
YUV110.49127.72114.81-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.57%
GREEN value IS 120 (47.27% from 255) = 37.27%
BLUE value IS 110 (43.36% from 255) = 34.16%
R=28.57%
G=37.27%
B=34.16%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal921201100.2300.080.53158.5713.2141.57
Hex5C786E1708359fd2a
Octal13417015627010652371552
Binary1011100111100011011101011101000110101100111111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C786E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,120,110); }

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

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

 a { background-color: rgb(92,120,110); }

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

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

 span { border-color: rgb(92,120,110); }

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