#5E707B

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

Shades of Blue Bayoux #5E707B

Tints of Blue Bayoux #5E707B

Color information

#5E707B (or 0x5E707B) is unknown color: approx Blue Bayoux. HEX triplet: 5E, 70 and 7B. RGB value is (94,112,123). Sum of RGB (Red+Green+Blue) = 94+112+123=329 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.57% from 329); Green value is 112 (44.14% from 255 or 34.04% from 329); Blue value is 123 (48.44% from 255 or 37.39% from 329); Max value from RGB is 123 - color contains mainly: blue. Hex color #5E707B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E707B is #A18F84. Grayscale: #6B6B6B. Windows color (decimal): -10588037 or 8089694. OLE color: 8089694.

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

Color convert

RGB94112123-
CMYK0.240.0900.52
HSL202.76º13.36%42.55%-
HSV(B)202.76º23.58%48.24%-
XYZ13.9915.420.97-
YUV107.87136.54118.11-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.57%
GREEN value IS 112 (44.14% from 255) = 34.04%
BLUE value IS 123 (48.44% from 255) = 37.39%
R=28.57%
G=34.04%
B=37.39%

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
Decimal941121230.240.0900.52202.7613.3642.55
Hex5E707B189034cbd2b
Octal13616017330110643131553
Binary1011110111000011110111100010010110100110010111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E707B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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