#5D7584

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

Shades of Blue Bayoux #5D7584

Tints of Blue Bayoux #5D7584

Color information

#5D7584 (or 0x5D7584) is unknown color: approx Blue Bayoux. HEX triplet: 5D, 75 and 84. RGB value is (93,117,132). Sum of RGB (Red+Green+Blue) = 93+117+132=342 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.19% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 132 (51.95% from 255 or 38.60% from 342); Max value from RGB is 132 - color contains mainly: blue. Hex color #5D7584 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D7584 is #A28A7B. Grayscale: #6F6F6F. Windows color (decimal): -10652284 or 8680797. OLE color: 8680797.

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

Color convert

RGB93117132-
CMYK0.300.1100.48
HSL203.08º17.33%44.12%-
HSV(B)203.08º29.55%51.76%-
XYZ15.0416.7224.26-
YUV111.53139.55114.78-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 27.19%
GREEN value IS 117 (46.09% from 255) = 34.21%
BLUE value IS 132 (51.95% from 255) = 38.60%
R=27.19%
G=34.21%
B=38.60%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal931171320.300.1100.48203.0817.3344.12
Hex5D75841EB030cb112c
Octal13516520436130603132154
Binary101110111101011000010011110101101100001100101110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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