Html Css Color HEX #5D7672 William

📋 copy color: '#5D7672'

red 93 ◦ green 118 ◦ blue 114

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

Shades of William #5D7672

Tints of William #5D7672

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.31%

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

R = 28.62%
G = 36.31%
B = 35.08%

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

#5D7672 (or 0x5D7672) is known color: William. HEX triplet: 5D, 76 and 72. RGB value is (93,118,114). Sum of RGB (Red+Green+Blue) = 93+118+114=325 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.62% from 325); Green value is 118 (46.48% from 255 or 36.31% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 118 - color contains mainly: green. Hex color #5D7672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D7672 is #A2898D. Grayscale: #6E6E6E. Windows color (decimal): -10652046 or 7501405. OLE color: 7501405.

HSL color Cylindrical-coordinate representation of color #5D7672: hue angle of 170.4º degrees, saturation: 0.12, 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 #5D7672 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 93 118 114 -
CMYK 0.21 0 0.03 0.54
HSL 170.4º 0.12% 0.41% -
HSV(B) 170.4º 0.21% 0.46% -
XYZ 14.03 16.5 18.36 -
YUV 110.07 130.22 115.83 -
System Red Green Blue C M Y K H S L
Decimal 93 118 114 0.21 0 0.03 0.54 170.4 0.12 0.41
Hex 5D 76 72 15 0 3 36 AA C 29
Octal 135 166 162 25 0 3 66 252 14 51
Binary 1011101 1110110 1110010 10101 0 11 110110 10101010 1100 101001

Color Harmonies of #5D7672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D7672

Black with #5D7672

Text Example


Text Example

White with #5D7672

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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