Html Css Color HEX #5E7684 Blue Bayoux

📋 copy color: '#5E7684'

red 94 ◦ green 118 ◦ blue 132

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

Shades of Blue Bayoux #5E7684

Tints of Blue Bayoux #5E7684

RGB

 RED value IS 94 (37.11% from 255) = 27.33%

 GREEN value IS 118 (46.48% from 255) = 34.3%

 BLUE value IS 132 (51.95% from 255) = 38.37%

R = 27.33%
G = 34.3%
B = 38.37%

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

#5E7684 (or 0x5E7684) is known color: Blue Bayoux. HEX triplet: 5E, 76 and 84. RGB value is (94,118,132). Sum of RGB (Red+Green+Blue) = 94+118+132=344 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.33% from 344); Green value is 118 (46.48% from 255 or 34.30% from 344); Blue value is 132 (51.95% from 255 or 38.37% from 344); Max value from RGB is 132 - color contains mainly: blue. Hex color #5E7684 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E7684 is #A1897B. Grayscale: #707070. Windows color (decimal): -10586492 or 8681054. OLE color: 8681054.

HSL color Cylindrical-coordinate representation of color #5E7684: hue angle of 202.11º 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 #5E7684 is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 94 118 132 -
CMYK 0.29 0.11 0 0.48
HSL 202.11º 0.17% 0.44% -
HSV(B) 202.11º 0.29% 0.52% -
XYZ 15.26 17 24.31 -
YUV 112.42 139.05 114.86 -
System Red Green Blue C M Y K H S L
Decimal 94 118 132 0.29 0.11 0 0.48 202.11 0.17 0.44
Hex 5E 76 84 1D B 0 30 CA 11 2C
Octal 136 166 204 35 13 0 60 312 21 54
Binary 1011110 1110110 10000100 11101 1011 0 110000 11001010 10001 101100

Color Harmonies of #5E7684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7684

Black with #5E7684

Text Example


Text Example

White with #5E7684

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5E7684;
 }
 .AnyTagClassName
 {
   color: #5E7684;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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