Html Css Color HEX #5A7973 William

📋 copy color: '#5A7973'

red 90 ◦ green 121 ◦ blue 115

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

Shades of William #5A7973

Tints of William #5A7973

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.12%

 BLUE value IS 115 (45.31% from 255) = 35.28%

R = 27.61%
G = 37.12%
B = 35.28%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#5A7973 (or 0x5A7973) is known color: William. HEX triplet: 5A, 79 and 73. RGB value is (90,121,115). Sum of RGB (Red+Green+Blue) = 90+121+115=326 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.61% from 326); Green value is 121 (47.66% from 255 or 37.12% from 326); Blue value is 115 (45.31% from 255 or 35.28% from 326); Max value from RGB is 121 - color contains mainly: green. Hex color #5A7973 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7973 is #A5868C. Grayscale: #6F6F6F. Windows color (decimal): -10847885 or 7567706. OLE color: 7567706.

HSL color Cylindrical-coordinate representation of color #5A7973: hue angle of 168.39º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5A7973 is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB 90 121 115 -
CMYK 0.26 0 0.05 0.53
HSL 168.39º 0.15% 0.41% -
HSV(B) 168.39º 0.26% 0.47% -
XYZ 14.15 17.09 18.77 -
YUV 111.05 130.23 112.99 -
System Red Green Blue C M Y K H S L
Decimal 90 121 115 0.26 0 0.05 0.53 168.39 0.15 0.41
Hex 5A 79 73 1A 0 5 35 A8 F 29
Octal 132 171 163 32 0 5 65 250 17 51
Binary 1011010 1111001 1110011 11010 0 101 110101 10101000 1111 101001

Color Harmonies of #5A7973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7973

Black with #5A7973

Text Example


Text Example

White with #5A7973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,121,115); }

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

background-color css

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

 a { background-color: rgb(90,121,115); }

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

border-color css

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

 span { border-color: rgb(90,121,115); }

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