Html Css Color HEX #5A746D William

📋 copy color: '#5A746D'

red 90 ◦ green 116 ◦ blue 109

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

Shades of William #5A746D

Tints of William #5A746D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 34.6%

R = 28.57%
G = 36.83%
B = 34.6%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#5A746D (or 0x5A746D) is known color: William. HEX triplet: 5A, 74 and 6D. RGB value is (90,116,109). Sum of RGB (Red+Green+Blue) = 90+116+109=315 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.57% from 315); Green value is 116 (45.70% from 255 or 36.83% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 116 - color contains mainly: green. Hex color #5A746D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A746D is #A58B92. Grayscale: #6B6B6B. Windows color (decimal): -10849171 or 7173210. OLE color: 7173210.

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

Color convert

RGB 90 116 109 -
CMYK 0.22 0 0.06 0.55
HSL 163.85º 0.13% 0.4% -
HSV(B) 163.85º 0.22% 0.45% -
XYZ 13.22 15.77 16.81 -
YUV 107.43 128.89 115.57 -
System Red Green Blue C M Y K H S L
Decimal 90 116 109 0.22 0 0.06 0.55 163.85 0.13 0.4
Hex 5A 74 6D 16 0 6 37 A4 D 28
Octal 132 164 155 26 0 6 67 244 15 50
Binary 1011010 1110100 1101101 10110 0 110 110111 10100100 1101 101000

Color Harmonies of #5A746D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A746D

Black with #5A746D

Text Example


Text Example

White with #5A746D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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