Html Css Color HEX #5D6261 William

📋 copy color: '#5D6261'

red 93 ◦ green 98 ◦ blue 97

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

Shades of William #5D6261

Tints of William #5D6261

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.03%

 BLUE value IS 97 (38.28% from 255) = 33.68%

R = 32.29%
G = 34.03%
B = 33.68%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#5D6261 (or 0x5D6261) is known color: William. HEX triplet: 5D, 62 and 61. RGB value is (93,98,97). Sum of RGB (Red+Green+Blue) = 93+98+97=288 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.29% from 288); Green value is 98 (38.67% from 255 or 34.03% from 288); Blue value is 97 (38.28% from 255 or 33.68% from 288); Max value from RGB is 98 - color contains mainly: green. Hex color #5D6261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6261 is #A29D9E. Grayscale: #606060. Windows color (decimal): -10657183 or 6382173. OLE color: 6382173.

HSL color Cylindrical-coordinate representation of color #5D6261: hue angle of 168º degrees, saturation: 0.03, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #5D6261 is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB 93 98 97 -
CMYK 0.05 0 0.01 0.62
HSL 168º 0.03% 0.37% -
HSV(B) 168º 0.05% 0.38% -
XYZ 11.04 11.93 13.03 -
YUV 96.39 128.34 125.58 -
System Red Green Blue C M Y K H S L
Decimal 93 98 97 0.05 0 0.01 0.62 168 0.03 0.37
Hex 5D 62 61 5 0 1 3E A8 3 25
Octal 135 142 141 5 0 1 76 250 3 45
Binary 1011101 1100010 1100001 101 0 1 111110 10101000 11 100101

Color Harmonies of #5D6261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6261

Black with #5D6261

Text Example


Text Example

White with #5D6261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,98,97); }

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

background-color css

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

 a { background-color: rgb(93,98,97); }

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

border-color css

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

 span { border-color: rgb(93,98,97); }

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