Html Css Color HEX #5D706E William

📋 copy color: '#5D706E'

red 93 ◦ green 112 ◦ blue 110

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

Shades of William #5D706E

Tints of William #5D706E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.56%

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

R = 29.52%
G = 35.56%
B = 34.92%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#5D706E (or 0x5D706E) is known color: William. HEX triplet: 5D, 70 and 6E. RGB value is (93,112,110). Sum of RGB (Red+Green+Blue) = 93+112+110=315 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.52% from 315); Green value is 112 (44.14% from 255 or 35.56% from 315); Blue value is 110 (43.36% from 255 or 34.92% from 315); Max value from RGB is 112 - color contains mainly: green. Hex color #5D706E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D706E is #A28F91. Grayscale: #6A6A6A. Windows color (decimal): -10653586 or 7237725. OLE color: 7237725.

HSL color Cylindrical-coordinate representation of color #5D706E: hue angle of 173.68º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5D706E is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB 93 112 110 -
CMYK 0.17 0 0.02 0.56
HSL 173.68º 0.09% 0.4% -
HSV(B) 173.68º 0.17% 0.44% -
XYZ 13.12 15.04 16.96 -
YUV 106.09 130.21 118.66 -
System Red Green Blue C M Y K H S L
Decimal 93 112 110 0.17 0 0.02 0.56 173.68 0.09 0.4
Hex 5D 70 6E 11 0 2 38 AE 9 28
Octal 135 160 156 21 0 2 70 256 11 50
Binary 1011101 1110000 1101110 10001 0 10 111000 10101110 1001 101000

Color Harmonies of #5D706E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D706E

Black with #5D706E

Text Example


Text Example

White with #5D706E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,112,110); }

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

background-color css

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

 a { background-color: rgb(93,112,110); }

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

border-color css

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

 span { border-color: rgb(93,112,110); }

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