#5D727C

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

Shades of Blue Bayoux #5D727C

Tints of Blue Bayoux #5D727C

Color information

#5D727C (or 0x5D727C) is unknown color: approx Blue Bayoux. HEX triplet: 5D, 72 and 7C. RGB value is (93,114,124). Sum of RGB (Red+Green+Blue) = 93+114+124=331 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.10% from 331); Green value is 114 (44.92% from 255 or 34.44% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 124 - color contains mainly: blue. Hex color #5D727C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D727C is #A28D83. Grayscale: #6C6C6C. Windows color (decimal): -10653060 or 8155741. OLE color: 8155741.

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

Color convert

RGB93114124-
CMYK0.250.0800.51
HSL199.35º14.29%42.55%-
HSV(B)199.35º25%48.63%-
XYZ14.1715.8221.37-
YUV108.86136.54116.69-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 28.10%
GREEN value IS 114 (44.92% from 255) = 34.44%
BLUE value IS 124 (48.83% from 255) = 37.46%
R=28.10%
G=34.44%
B=37.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal931141240.250.0800.51199.3514.2942.55
Hex5D727C198033c7e2b
Octal13516217431100633071653
Binary1011101111001011111001100110000110011110001111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D727C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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