Html Css Color HEX #5A756E William

📋 copy color: '#5A756E'

red 90 ◦ green 117 ◦ blue 110

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

Shades of William #5A756E

Tints of William #5A756E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.91%

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

R = 28.39%
G = 36.91%
B = 34.7%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#5A756E (or 0x5A756E) is known color: William. HEX triplet: 5A, 75 and 6E. RGB value is (90,117,110). Sum of RGB (Red+Green+Blue) = 90+117+110=317 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.39% from 317); Green value is 117 (46.09% from 255 or 36.91% from 317); Blue value is 110 (43.36% from 255 or 34.70% from 317); Max value from RGB is 117 - color contains mainly: green. Hex color #5A756E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A756E is #A58A91. Grayscale: #6C6C6C. Windows color (decimal): -10848914 or 7239002. OLE color: 7239002.

HSL color Cylindrical-coordinate representation of color #5A756E: hue angle of 164.44º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5A756E is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 90 117 110 -
CMYK 0.23 0 0.06 0.54
HSL 164.44º 0.13% 0.41% -
HSV(B) 164.44º 0.23% 0.46% -
XYZ 13.39 16.02 17.14 -
YUV 108.13 129.05 115.07 -
System Red Green Blue C M Y K H S L
Decimal 90 117 110 0.23 0 0.06 0.54 164.44 0.13 0.41
Hex 5A 75 6E 17 0 6 36 A4 D 29
Octal 132 165 156 27 0 6 66 244 15 51
Binary 1011010 1110101 1101110 10111 0 110 110110 10100100 1101 101001

Color Harmonies of #5A756E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A756E

Black with #5A756E

Text Example


Text Example

White with #5A756E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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