Html Css Color HEX #5E7584 Blue Bayoux

📋 copy color: '#5E7584'

red 94 ◦ green 117 ◦ blue 132

#5E7584
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Bayoux #5E7584

Tints of Blue Bayoux #5E7584

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 value IS 0.29

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#5E7584 (or 0x5E7584) is known color: 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

RGB 94 117 132 -
CMYK 0.29 0.11 0 0.48
HSL 203.68º 0.17% 0.44% -
HSV(B) 203.68º 0.29% 0.52% -
XYZ 15.14 16.77 24.27 -
YUV 111.83 139.38 115.28 -
System Red Green Blue C M Y K H S L
Decimal 94 117 132 0.29 0.11 0 0.48 203.68 0.17 0.44
Hex 5E 75 84 1D B 0 30 CC 11 2C
Octal 136 165 204 35 13 0 60 314 21 54
Binary 1011110 1110101 10000100 11101 1011 0 110000 11001100 10001 101100

Color Harmonies of #5E7584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7584

Black with #5E7584

Text Example


Text Example

White with #5E7584

Text Example


Text Example

HTML Codes & Css Web 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>