#5E7584

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

Shades of Blue Bayoux #5E7584

Tints of Blue Bayoux #5E7584

Color information

#5E7584 (or 0x5E7584) is unknown color: approx Blue Bayoux. HEX triplet: 5E, 75 and 84. RGB value is (94,117,132). Sum of RGB (Red+Green+Blue) = 94+117+132=343 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.41% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 132 (51.95% from 255 or 38.48% from 343); Max value from RGB is 132 - color contains mainly: blue. Hex color #5E7584 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E7584 is #A18A7B. Grayscale: #6F6F6F. Windows color (decimal): -10586748 or 8680798. OLE color: 8680798.

HSL color Cylindrical-coordinate representation of color #5E7584: hue angle of 203.68º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5E7584 is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB94117132-
CMYK0.290.1100.48
HSL203.68º16.81%44.31%-
HSV(B)203.68º28.79%51.76%-
XYZ15.1416.7724.27-
YUV111.83139.38115.28-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.41%
GREEN value IS 117 (46.09% from 255) = 34.11%
BLUE value IS 132 (51.95% from 255) = 38.48%
R=27.41%
G=34.11%
B=38.48%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal941171320.290.1100.48203.6816.8144.31
Hex5E75841DB030cc112c
Octal13616520435130603142154
Binary101111011101011000010011101101101100001100110010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,117,132); }

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

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

 a { background-color: rgb(94,117,132); }

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

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

 span { border-color: rgb(94,117,132); }

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