#5F757D

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

Shades of Blue Bayoux #5F757D

Tints of Blue Bayoux #5F757D

Color information

#5F757D (or 0x5F757D) is unknown color: approx Blue Bayoux. HEX triplet: 5F, 75 and 7D. RGB value is (95,117,125). Sum of RGB (Red+Green+Blue) = 95+117+125=337 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.19% from 337); Green value is 117 (46.09% from 255 or 34.72% from 337); Blue value is 125 (49.22% from 255 or 37.09% from 337); Max value from RGB is 125 - color contains mainly: blue. Hex color #5F757D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F757D is #A08A82. Grayscale: #6F6F6F. Windows color (decimal): -10521219 or 8222047. OLE color: 8222047.

HSL color Cylindrical-coordinate representation of color #5F757D: hue angle of 196º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5F757D is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB95117125-
CMYK0.240.0600.51
HSL196º13.64%43.14%-
HSV(B)196º24%49.02%-
XYZ14.7816.6421.83-
YUV111.33135.71116.35-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.19%
GREEN value IS 117 (46.09% from 255) = 34.72%
BLUE value IS 125 (49.22% from 255) = 37.09%
R=28.19%
G=34.72%
B=37.09%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal951171250.240.0600.5119613.6443.14
Hex5F757D186033c4e2b
Octal1371651753060633041653
Binary101111111101011111101110001100110011110001001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F757D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,117,125); }

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

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

 a { background-color: rgb(95,117,125); }

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

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

 span { border-color: rgb(95,117,125); }

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