Html Css Color HEX #5A7570 William

📋 copy color: '#5A7570'

red 90 ◦ green 117 ◦ blue 112

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

Shades of William #5A7570

Tints of William #5A7570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 35.11%

R = 28.21%
G = 36.68%
B = 35.11%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#5A7570 (or 0x5A7570) is known color: William. HEX triplet: 5A, 75 and 70. RGB value is (90,117,112). Sum of RGB (Red+Green+Blue) = 90+117+112=319 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.21% from 319); Green value is 117 (46.09% from 255 or 36.68% from 319); Blue value is 112 (44.14% from 255 or 35.11% from 319); Max value from RGB is 117 - color contains mainly: green. Hex color #5A7570 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7570 is #A58A8F. Grayscale: #6C6C6C. Windows color (decimal): -10848912 or 7370074. OLE color: 7370074.

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

Color convert

RGB 90 117 112 -
CMYK 0.23 0 0.04 0.54
HSL 168.89º 0.13% 0.41% -
HSV(B) 168.89º 0.23% 0.46% -
XYZ 13.5 16.07 17.72 -
YUV 108.36 130.05 114.91 -
System Red Green Blue C M Y K H S L
Decimal 90 117 112 0.23 0 0.04 0.54 168.89 0.13 0.41
Hex 5A 75 70 17 0 4 36 A9 D 29
Octal 132 165 160 27 0 4 66 251 15 51
Binary 1011010 1110101 1110000 10111 0 100 110110 10101001 1101 101001

Color Harmonies of #5A7570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7570

Black with #5A7570

Text Example


Text Example

White with #5A7570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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