Html Css Color HEX #5E7672 William

📋 copy color: '#5E7672'

red 94 ◦ green 118 ◦ blue 114

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

Shades of William #5E7672

Tints of William #5E7672

RGB

 RED value IS 94 (37.11% from 255) = 28.83%

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

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

R = 28.83%
G = 36.2%
B = 34.97%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#5E7672 (or 0x5E7672) is known color: William. HEX triplet: 5E, 76 and 72. RGB value is (94,118,114). Sum of RGB (Red+Green+Blue) = 94+118+114=326 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.83% from 326); Green value is 118 (46.48% from 255 or 36.20% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 118 - color contains mainly: green. Hex color #5E7672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7672 is #A1898D. Grayscale: #6E6E6E. Windows color (decimal): -10586510 or 7501406. OLE color: 7501406.

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

Color convert

RGB 94 118 114 -
CMYK 0.20 0 0.03 0.54
HSL 170º 0.11% 0.42% -
HSV(B) 170º 0.2% 0.46% -
XYZ 14.13 16.55 18.37 -
YUV 110.37 130.05 116.33 -
System Red Green Blue C M Y K H S L
Decimal 94 118 114 0.20 0 0.03 0.54 170 0.11 0.42
Hex 5E 76 72 14 0 3 36 AA B 2A
Octal 136 166 162 24 0 3 66 252 13 52
Binary 1011110 1110110 1110010 10100 0 11 110110 10101010 1011 101010

Color Harmonies of #5E7672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7672

Black with #5E7672

Text Example


Text Example

White with #5E7672

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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