Html Css Color HEX #5A746A Cutty Sark

📋 copy color: '#5A746A'

red 90 ◦ green 116 ◦ blue 106

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

Shades of Cutty Sark #5A746A

Tints of Cutty Sark #5A746A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.18%

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

R = 28.85%
G = 37.18%
B = 33.97%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#5A746A (or 0x5A746A) is known color: Cutty Sark. HEX triplet: 5A, 74 and 6A. RGB value is (90,116,106). Sum of RGB (Red+Green+Blue) = 90+116+106=312 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.85% from 312); Green value is 116 (45.70% from 255 or 37.18% from 312); Blue value is 106 (41.80% from 255 or 33.97% from 312); Max value from RGB is 116 - color contains mainly: green. Hex color #5A746A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A746A is #A58B95. Grayscale: #6B6B6B. Windows color (decimal): -10849174 or 6976602. OLE color: 6976602.

HSL color Cylindrical-coordinate representation of color #5A746A: hue angle of 156.92º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5A746A is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 90 116 106 -
CMYK 0.22 0 0.09 0.55
HSL 156.92º 0.13% 0.4% -
HSV(B) 156.92º 0.22% 0.45% -
XYZ 13.06 15.71 15.98 -
YUV 107.09 127.39 115.81 -
System Red Green Blue C M Y K H S L
Decimal 90 116 106 0.22 0 0.09 0.55 156.92 0.13 0.4
Hex 5A 74 6A 16 0 9 37 9D D 28
Octal 132 164 152 26 0 11 67 235 15 50
Binary 1011010 1110100 1101010 10110 0 1001 110111 10011101 1101 101000

Color Harmonies of #5A746A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A746A

Black with #5A746A

Text Example


Text Example

White with #5A746A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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