Html Css Color HEX #5A746C Cutty Sark

📋 copy color: '#5A746C'

red 90 ◦ green 116 ◦ blue 108

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

Shades of Cutty Sark #5A746C

Tints of Cutty Sark #5A746C

RGB

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

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

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

R = 28.66%
G = 36.94%
B = 34.39%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#5A746C (or 0x5A746C) is known color: Cutty Sark. HEX triplet: 5A, 74 and 6C. RGB value is (90,116,108). Sum of RGB (Red+Green+Blue) = 90+116+108=314 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.66% from 314); Green value is 116 (45.70% from 255 or 36.94% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 116 - color contains mainly: green. Hex color #5A746C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A746C is #A58B93. Grayscale: #6B6B6B. Windows color (decimal): -10849172 or 7107674. OLE color: 7107674.

HSL color Cylindrical-coordinate representation of color #5A746C: hue angle of 161.54º 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 #5A746C is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 90 116 108 -
CMYK 0.22 0 0.07 0.55
HSL 161.54º 0.13% 0.4% -
HSV(B) 161.54º 0.22% 0.45% -
XYZ 13.17 15.75 16.53 -
YUV 107.31 128.39 115.65 -
System Red Green Blue C M Y K H S L
Decimal 90 116 108 0.22 0 0.07 0.55 161.54 0.13 0.4
Hex 5A 74 6C 16 0 7 37 A2 D 28
Octal 132 164 154 26 0 7 67 242 15 50
Binary 1011010 1110100 1101100 10110 0 111 110111 10100010 1101 101000

Color Harmonies of #5A746C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A746C

Black with #5A746C

Text Example


Text Example

White with #5A746C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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