Html Css Color HEX #5A786E Cutty Sark

📋 copy color: '#5A786E'

red 90 ◦ green 120 ◦ blue 110

#5A786E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cutty Sark #5A786E

Tints of Cutty Sark #5A786E

RGB

 RED value IS 90 (35.55% from 255) = 28.13%

 GREEN value IS 120 (47.27% from 255) = 37.5%

 BLUE value IS 110 (43.36% from 255) = 34.38%

R = 28.13%
G = 37.5%
B = 34.38%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#5A786E (or 0x5A786E) is known color: Cutty Sark. HEX triplet: 5A, 78 and 6E. RGB value is (90,120,110). Sum of RGB (Red+Green+Blue) = 90+120+110=320 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.12% from 320); Green value is 120 (47.27% from 255 or 37.5% from 320); Blue value is 110 (43.36% from 255 or 34.38% from 320); Max value from RGB is 120 - color contains mainly: green. Hex color #5A786E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A786E is #A58791. Grayscale: #6D6D6D. Windows color (decimal): -10848146 or 7239770. OLE color: 7239770.

HSL color Cylindrical-coordinate representation of color #5A786E: hue angle of 160º 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 #5A786E is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 90 120 110 -
CMYK 0.25 0 0.08 0.53
HSL 160º 0.14% 0.41% -
HSV(B) 160º 0.25% 0.47% -
XYZ 13.75 16.73 17.26 -
YUV 109.89 128.06 113.81 -
System Red Green Blue C M Y K H S L
Decimal 90 120 110 0.25 0 0.08 0.53 160 0.14 0.41
Hex 5A 78 6E 19 0 8 35 A0 E 29
Octal 132 170 156 31 0 10 65 240 16 51
Binary 1011010 1111000 1101110 11001 0 1000 110101 10100000 1110 101001

Color Harmonies of #5A786E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A786E

Black with #5A786E

Text Example


Text Example

White with #5A786E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5A786E;
 }
 .AnyTagClassName
 {
   color: #5A786E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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