Html Css Color HEX #5A7379 Blue Bayoux

📋 copy color: '#5A7379'

red 90 ◦ green 115 ◦ blue 121

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

Shades of Blue Bayoux #5A7379

Tints of Blue Bayoux #5A7379

RGB

 RED value IS 90 (35.55% from 255) = 27.61%

 GREEN value IS 115 (45.31% from 255) = 35.28%

 BLUE value IS 121 (47.66% from 255) = 37.12%

R = 27.61%
G = 35.28%
B = 37.12%

CMYK

 C value IS 0.26

 M value IS 0.05

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5A7379 (or 0x5A7379) is known color: Blue Bayoux. HEX triplet: 5A, 73 and 79. RGB value is (90,115,121). Sum of RGB (Red+Green+Blue) = 90+115+121=326 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.61% from 326); Green value is 115 (45.31% from 255 or 35.28% from 326); Blue value is 121 (47.66% from 255 or 37.12% from 326); Max value from RGB is 121 - color contains mainly: blue. Hex color #5A7379 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7379 is #A58C86. Grayscale: #6C6C6C. Windows color (decimal): -10849415 or 7959386. OLE color: 7959386.

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

Color convert

RGB 90 115 121 -
CMYK 0.26 0.05 0 0.53
HSL 191.61º 0.15% 0.41% -
HSV(B) 191.61º 0.26% 0.47% -
XYZ 13.8 15.82 20.41 -
YUV 108.21 135.22 115.01 -
System Red Green Blue C M Y K H S L
Decimal 90 115 121 0.26 0.05 0 0.53 191.61 0.15 0.41
Hex 5A 73 79 1A 5 0 35 C0 F 29
Octal 132 163 171 32 5 0 65 300 17 51
Binary 1011010 1110011 1111001 11010 101 0 110101 11000000 1111 101001

Color Harmonies of #5A7379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7379

Black with #5A7379

Text Example


Text Example

White with #5A7379

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,115,121); }

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

background-color css

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

 a { background-color: rgb(90,115,121); }

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

border-color css

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

 span { border-color: rgb(90,115,121); }

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