Html Css Color HEX #5D7572 William

📋 copy color: '#5D7572'

red 93 ◦ green 117 ◦ blue 114

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

Shades of William #5D7572

Tints of William #5D7572

RGB

 RED value IS 93 (36.72% from 255) = 28.7%

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

 BLUE value IS 114 (44.92% from 255) = 35.19%

R = 28.7%
G = 36.11%
B = 35.19%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#5D7572 (or 0x5D7572) is known color: William. HEX triplet: 5D, 75 and 72. RGB value is (93,117,114). Sum of RGB (Red+Green+Blue) = 93+117+114=324 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.70% from 324); Green value is 117 (46.09% from 255 or 36.11% from 324); Blue value is 114 (44.92% from 255 or 35.19% from 324); Max value from RGB is 117 - color contains mainly: green. Hex color #5D7572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D7572 is #A28A8D. Grayscale: #6D6D6D. Windows color (decimal): -10652302 or 7501149. OLE color: 7501149.

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

Color convert

RGB 93 117 114 -
CMYK 0.21 0 0.03 0.54
HSL 172.5º 0.11% 0.41% -
HSV(B) 172.5º 0.21% 0.46% -
XYZ 13.91 16.26 18.33 -
YUV 109.48 130.55 116.24 -
System Red Green Blue C M Y K H S L
Decimal 93 117 114 0.21 0 0.03 0.54 172.5 0.11 0.41
Hex 5D 75 72 15 0 3 36 AC B 29
Octal 135 165 162 25 0 3 66 254 13 51
Binary 1011101 1110101 1110010 10101 0 11 110110 10101100 1011 101001

Color Harmonies of #5D7572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D7572

Black with #5D7572

Text Example


Text Example

White with #5D7572

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,117,114); }

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

background-color css

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

 a { background-color: rgb(93,117,114); }

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

border-color css

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

 span { border-color: rgb(93,117,114); }

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