#5D727B

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

Shades of Blue Bayoux #5D727B

Tints of Blue Bayoux #5D727B

Color information

#5D727B (or 0x5D727B) is unknown color: approx Blue Bayoux. HEX triplet: 5D, 72 and 7B. RGB value is (93,114,123). Sum of RGB (Red+Green+Blue) = 93+114+123=330 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.18% from 330); Green value is 114 (44.92% from 255 or 34.55% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 123 - color contains mainly: blue. Hex color #5D727B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D727B is #A28D84. Grayscale: #6C6C6C. Windows color (decimal): -10653061 or 8090205. OLE color: 8090205.

HSL color Cylindrical-coordinate representation of color #5D727B: hue angle of 198º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5D727B is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB93114123-
CMYK0.240.0700.52
HSL198º13.89%42.35%-
HSV(B)198º24.39%48.24%-
XYZ14.1115.7921.04-
YUV108.75136.04116.77-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 28.18%
GREEN value IS 114 (44.92% from 255) = 34.55%
BLUE value IS 123 (48.44% from 255) = 37.27%
R=28.18%
G=34.55%
B=37.27%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal931141230.240.0700.5219813.8942.35
Hex5D727B187034c6e2a
Octal1351621733070643061652
Binary101110111100101111011110001110110100110001101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D727B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,114,123); }

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

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

 a { background-color: rgb(93,114,123); }

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

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

 span { border-color: rgb(93,114,123); }

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