Html Css Color HEX #5A786A Cutty Sark

📋 copy color: '#5A786A'

red 90 ◦ green 120 ◦ blue 106

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

Shades of Cutty Sark #5A786A

Tints of Cutty Sark #5A786A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.54%

R = 28.48%
G = 37.97%
B = 33.54%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#5A786A (or 0x5A786A) is known color: Cutty Sark. HEX triplet: 5A, 78 and 6A. RGB value is (90,120,106). Sum of RGB (Red+Green+Blue) = 90+120+106=316 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.48% from 316); Green value is 120 (47.27% from 255 or 37.97% from 316); Blue value is 106 (41.80% from 255 or 33.54% from 316); Max value from RGB is 120 - color contains mainly: green. Hex color #5A786A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A786A is #A58795. Grayscale: #6D6D6D. Windows color (decimal): -10848150 or 6977626. OLE color: 6977626.

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

Color convert

RGB 90 120 106 -
CMYK 0.25 0 0.12 0.53
HSL 152º 0.14% 0.41% -
HSV(B) 152º 0.25% 0.47% -
XYZ 13.53 16.65 16.14 -
YUV 109.43 126.06 114.14 -
System Red Green Blue C M Y K H S L
Decimal 90 120 106 0.25 0 0.12 0.53 152 0.14 0.41
Hex 5A 78 6A 19 0 C 35 98 E 29
Octal 132 170 152 31 0 14 65 230 16 51
Binary 1011010 1111000 1101010 11001 0 1100 110101 10011000 1110 101001

Color Harmonies of #5A786A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A786A

Black with #5A786A

Text Example


Text Example

White with #5A786A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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