#5D6E6B

Color #5D6E6B William (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of William #5D6E6B

Tints of William #5D6E6B

Color information

#5D6E6B (or 0x5D6E6B) is unknown color: approx William. HEX triplet: 5D, 6E and 6B. RGB value is (93,110,107). Sum of RGB (Red+Green+Blue) = 93+110+107=310 (41% of max value = 765). Red value is 93 (36.72% from 255 or 30% from 310); Green value is 110 (43.36% from 255 or 35.48% from 310); Blue value is 107 (42.19% from 255 or 34.52% from 310); Max value from RGB is 110 - color contains mainly: green. Hex color #5D6E6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6E6B is #A29194. Grayscale: #686868. Windows color (decimal): -10654101 or 7040605. OLE color: 7040605.

HSL color Cylindrical-coordinate representation of color #5D6E6B: hue angle of 169.41º degrees, saturation: 0.08, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #5D6E6B is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.57.

Color convert

RGB93110107-
CMYK0.1500.030.57
HSL169.41º8.37%39.8%-
HSV(B)169.41º15.45%43.14%-
XYZ12.7414.5416.04-
YUV104.57129.37119.74-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 30%
GREEN value IS 110 (43.36% from 255) = 35.48%
BLUE value IS 107 (42.19% from 255) = 34.52%
R=30%
G=35.48%
B=34.52%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal931101070.1500.030.57169.418.3739.8
Hex5D6E6BF0339a9828
Octal1351561531703712511050
Binary1011101110111011010111111011111001101010011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5D6E6B;
 }
 .AnyTagClassName
 {
   color: #5D6E6B;
 }
</style>
background-color css

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

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

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

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

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

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