Html Css Color HEX #5A737C Blue Bayoux

📋 copy color: '#5A737C'

red 90 ◦ green 115 ◦ blue 124

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

Shades of Blue Bayoux #5A737C

Tints of Blue Bayoux #5A737C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 37.69%

R = 27.36%
G = 34.95%
B = 37.69%

CMYK

 C value IS 0.27

 M value IS 0.07

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5A737C (or 0x5A737C) is known color: Blue Bayoux. HEX triplet: 5A, 73 and 7C. RGB value is (90,115,124). Sum of RGB (Red+Green+Blue) = 90+115+124=329 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.36% from 329); Green value is 115 (45.31% from 255 or 34.95% from 329); Blue value is 124 (48.83% from 255 or 37.69% from 329); Max value from RGB is 124 - color contains mainly: blue. Hex color #5A737C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A737C is #A58C83. Grayscale: #6C6C6C. Windows color (decimal): -10849412 or 8155994. OLE color: 8155994.

HSL color Cylindrical-coordinate representation of color #5A737C: hue angle of 195.88º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5A737C is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 90 115 124 -
CMYK 0.27 0.07 0 0.51
HSL 195.88º 0.16% 0.42% -
HSV(B) 195.88º 0.27% 0.49% -
XYZ 13.99 15.89 21.4 -
YUV 108.55 136.72 114.77 -
System Red Green Blue C M Y K H S L
Decimal 90 115 124 0.27 0.07 0 0.51 195.88 0.16 0.42
Hex 5A 73 7C 1B 7 0 33 C4 10 2A
Octal 132 163 174 33 7 0 63 304 20 52
Binary 1011010 1110011 1111100 11011 111 0 110011 11000100 10000 101010

Color Harmonies of #5A737C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A737C

Black with #5A737C

Text Example


Text Example

White with #5A737C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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