Html Css Color HEX #5A746E William

📋 copy color: '#5A746E'

red 90 ◦ green 116 ◦ blue 110

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

Shades of William #5A746E

Tints of William #5A746E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 34.81%

R = 28.48%
G = 36.71%
B = 34.81%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#5A746E (or 0x5A746E) is known color: William. HEX triplet: 5A, 74 and 6E. RGB value is (90,116,110). Sum of RGB (Red+Green+Blue) = 90+116+110=316 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.48% from 316); Green value is 116 (45.70% from 255 or 36.71% from 316); Blue value is 110 (43.36% from 255 or 34.81% from 316); Max value from RGB is 116 - color contains mainly: green. Hex color #5A746E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A746E is #A58B91. Grayscale: #6B6B6B. Windows color (decimal): -10849170 or 7238746. OLE color: 7238746.

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

Color convert

RGB 90 116 110 -
CMYK 0.22 0 0.05 0.55
HSL 166.15º 0.13% 0.4% -
HSV(B) 166.15º 0.22% 0.45% -
XYZ 13.28 15.79 17.1 -
YUV 107.54 129.39 115.49 -
System Red Green Blue C M Y K H S L
Decimal 90 116 110 0.22 0 0.05 0.55 166.15 0.13 0.4
Hex 5A 74 6E 16 0 5 37 A6 D 28
Octal 132 164 156 26 0 5 67 246 15 50
Binary 1011010 1110100 1101110 10110 0 101 110111 10100110 1101 101000

Color Harmonies of #5A746E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A746E

Black with #5A746E

Text Example


Text Example

White with #5A746E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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