Html Css Color HEX #5A746F William

📋 copy color: '#5A746F'

red 90 ◦ green 116 ◦ blue 111

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

Shades of William #5A746F

Tints of William #5A746F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 35.02%

R = 28.39%
G = 36.59%
B = 35.02%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#5A746F (or 0x5A746F) is known color: William. HEX triplet: 5A, 74 and 6F. RGB value is (90,116,111). Sum of RGB (Red+Green+Blue) = 90+116+111=317 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.39% from 317); Green value is 116 (45.70% from 255 or 36.59% from 317); Blue value is 111 (43.75% from 255 or 35.02% from 317); Max value from RGB is 116 - color contains mainly: green. Hex color #5A746F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A746F is #A58B90. Grayscale: #6B6B6B. Windows color (decimal): -10849169 or 7304282. OLE color: 7304282.

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

Color convert

RGB 90 116 111 -
CMYK 0.22 0 0.04 0.55
HSL 168.46º 0.13% 0.4% -
HSV(B) 168.46º 0.22% 0.45% -
XYZ 13.33 15.81 17.39 -
YUV 107.66 129.89 115.41 -
System Red Green Blue C M Y K H S L
Decimal 90 116 111 0.22 0 0.04 0.55 168.46 0.13 0.4
Hex 5A 74 6F 16 0 4 37 A8 D 28
Octal 132 164 157 26 0 4 67 250 15 50
Binary 1011010 1110100 1101111 10110 0 100 110111 10101000 1101 101000

Color Harmonies of #5A746F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A746F

Black with #5A746F

Text Example


Text Example

White with #5A746F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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