Html Css Color HEX #5B7178 Blue Bayoux

📋 copy color: '#5B7178'

red 91 ◦ green 113 ◦ blue 120

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

Shades of Blue Bayoux #5B7178

Tints of Blue Bayoux #5B7178

RGB

 RED value IS 91 (35.94% from 255) = 28.09%

 GREEN value IS 113 (44.53% from 255) = 34.88%

 BLUE value IS 120 (47.27% from 255) = 37.04%

R = 28.09%
G = 34.88%
B = 37.04%

CMYK

 C value IS 0.24

 M value IS 0.06

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5B7178 (or 0x5B7178) is known color: Blue Bayoux. HEX triplet: 5B, 71 and 78. RGB value is (91,113,120). Sum of RGB (Red+Green+Blue) = 91+113+120=324 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.09% from 324); Green value is 113 (44.53% from 255 or 34.88% from 324); Blue value is 120 (47.27% from 255 or 37.04% from 324); Max value from RGB is 120 - color contains mainly: blue. Hex color #5B7178 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7178 is #A48E87. Grayscale: #6B6B6B. Windows color (decimal): -10784392 or 7893339. OLE color: 7893339.

HSL color Cylindrical-coordinate representation of color #5B7178: hue angle of 194.48º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5B7178 is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 91 113 120 -
CMYK 0.24 0.06 0 0.53
HSL 194.48º 0.14% 0.41% -
HSV(B) 194.48º 0.24% 0.47% -
XYZ 13.61 15.39 20.02 -
YUV 107.22 135.21 116.43 -
System Red Green Blue C M Y K H S L
Decimal 91 113 120 0.24 0.06 0 0.53 194.48 0.14 0.41
Hex 5B 71 78 18 6 0 35 C2 E 29
Octal 133 161 170 30 6 0 65 302 16 51
Binary 1011011 1110001 1111000 11000 110 0 110101 11000010 1110 101001

Color Harmonies of #5B7178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7178

Black with #5B7178

Text Example


Text Example

White with #5B7178

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,113,120); }

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

background-color css

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

 a { background-color: rgb(91,113,120); }

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

border-color css

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

 span { border-color: rgb(91,113,120); }

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