#5D616B

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

Shades of Bright Grey #5D616B

Tints of Bright Grey #5D616B

Color information

#5D616B (or 0x5D616B) is unknown color: approx Bright Grey. HEX triplet: 5D, 61 and 6B. RGB value is (93,97,107). Sum of RGB (Red+Green+Blue) = 93+97+107=297 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.31% from 297); Green value is 97 (38.28% from 255 or 32.66% from 297); Blue value is 107 (42.19% from 255 or 36.03% from 297); Max value from RGB is 107 - color contains mainly: blue. Hex color #5D616B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D616B is #A29E94. Grayscale: #606060. Windows color (decimal): -10657429 or 7037277. OLE color: 7037277.

HSL color Cylindrical-coordinate representation of color #5D616B: hue angle of 222.86º degrees, saturation: 0.07, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5D616B is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9397107-
CMYK0.130.0900.58
HSL222.86º7%39.22%-
HSV(B)222.86º13.08%41.96%-
XYZ11.4411.9415.61-
YUV96.94133.67125.19-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 31.31%
GREEN value IS 97 (38.28% from 255) = 32.66%
BLUE value IS 107 (42.19% from 255) = 36.03%
R=31.31%
G=32.66%
B=36.03%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal93971070.130.0900.58222.86739.22
Hex5D616BD903Adf727
Octal1351411531511072337747
Binary10111011100001110101111011001011101011011111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D616B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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