Html Css Color HEX #5A786C Cutty Sark

📋 copy color: '#5A786C'

red 90 ◦ green 120 ◦ blue 108

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

Shades of Cutty Sark #5A786C

Tints of Cutty Sark #5A786C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.96%

R = 28.3%
G = 37.74%
B = 33.96%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#5A786C (or 0x5A786C) is known color: 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

RGB 90 120 108 -
CMYK 0.25 0 0.10 0.53
HSL 156º 0.14% 0.41% -
HSV(B) 156º 0.25% 0.47% -
XYZ 13.64 16.69 16.69 -
YUV 109.66 127.06 113.98 -
System Red Green Blue C M Y K H S L
Decimal 90 120 108 0.25 0 0.10 0.53 156 0.14 0.41
Hex 5A 78 6C 19 0 A 35 9C E 29
Octal 132 170 154 31 0 12 65 234 16 51
Binary 1011010 1111000 1101100 11001 0 1010 110101 10011100 1110 101001

Color Harmonies of #5A786C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A786C

Black with #5A786C

Text Example


Text Example

White with #5A786C

Text Example


Text Example

HTML Codes & Css Web 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>