#5D707B

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

Shades of Blue Bayoux #5D707B

Tints of Blue Bayoux #5D707B

Color information

#5D707B (or 0x5D707B) is unknown color: approx Blue Bayoux. HEX triplet: 5D, 70 and 7B. RGB value is (93,112,123). Sum of RGB (Red+Green+Blue) = 93+112+123=328 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.35% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 123 (48.44% from 255 or 37.5% from 328); Max value from RGB is 123 - color contains mainly: blue. Hex color #5D707B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D707B is #A28F84. Grayscale: #6B6B6B. Windows color (decimal): -10653573 or 8089693. OLE color: 8089693.

HSL color Cylindrical-coordinate representation of color #5D707B: hue angle of 202º 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 #5D707B is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB93112123-
CMYK0.240.0900.52
HSL202º13.89%42.35%-
HSV(B)202º24.39%48.24%-
XYZ13.8815.3520.97-
YUV107.57136.71117.61-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 28.35%
GREEN value IS 112 (44.14% from 255) = 34.15%
BLUE value IS 123 (48.44% from 255) = 37.5%
R=28.35%
G=34.15%
B=37.5%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal931121230.240.0900.5220213.8942.35
Hex5D707B189034cae2a
Octal13516017330110643121652
Binary1011101111000011110111100010010110100110010101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D707B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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