Html Css Color HEX #5A746B Cutty Sark

📋 copy color: '#5A746B'

red 90 ◦ green 116 ◦ blue 107

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

Shades of Cutty Sark #5A746B

Tints of Cutty Sark #5A746B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.19%

R = 28.75%
G = 37.06%
B = 34.19%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#5A746B (or 0x5A746B) is known color: Cutty Sark. HEX triplet: 5A, 74 and 6B. RGB value is (90,116,107). Sum of RGB (Red+Green+Blue) = 90+116+107=313 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.75% from 313); Green value is 116 (45.70% from 255 or 37.06% from 313); Blue value is 107 (42.19% from 255 or 34.19% from 313); Max value from RGB is 116 - color contains mainly: green. Hex color #5A746B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A746B is #A58B94. Grayscale: #6B6B6B. Windows color (decimal): -10849173 or 7042138. OLE color: 7042138.

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

Color convert

RGB 90 116 107 -
CMYK 0.22 0 0.08 0.55
HSL 159.23º 0.13% 0.4% -
HSV(B) 159.23º 0.22% 0.45% -
XYZ 13.12 15.73 16.25 -
YUV 107.2 127.89 115.73 -
System Red Green Blue C M Y K H S L
Decimal 90 116 107 0.22 0 0.08 0.55 159.23 0.13 0.4
Hex 5A 74 6B 16 0 8 37 9F D 28
Octal 132 164 153 26 0 10 67 237 15 50
Binary 1011010 1110100 1101011 10110 0 1000 110111 10011111 1101 101000

Color Harmonies of #5A746B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A746B

Black with #5A746B

Text Example


Text Example

White with #5A746B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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