Html Css Color HEX #5C737C Blue Bayoux

📋 copy color: '#5C737C'

red 92 ◦ green 115 ◦ blue 124

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

Shades of Blue Bayoux #5C737C

Tints of Blue Bayoux #5C737C

RGB

 RED value IS 92 (36.33% from 255) = 27.79%

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

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

R = 27.79%
G = 34.74%
B = 37.46%

CMYK

 C value IS 0.26

 M value IS 0.07

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5C737C (or 0x5C737C) is known color: Blue Bayoux. HEX triplet: 5C, 73 and 7C. RGB value is (92,115,124). Sum of RGB (Red+Green+Blue) = 92+115+124=331 (43% of max value = 765). Red value is 92 (36.33% from 255 or 27.79% from 331); Green value is 115 (45.31% from 255 or 34.74% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 124 - color contains mainly: blue. Hex color #5C737C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C737C is #A38C83. Grayscale: #6D6D6D. Windows color (decimal): -10718340 or 8155996. OLE color: 8155996.

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

Color convert

RGB 92 115 124 -
CMYK 0.26 0.07 0 0.51
HSL 196.88º 0.15% 0.42% -
HSV(B) 196.88º 0.26% 0.49% -
XYZ 14.18 15.99 21.41 -
YUV 109.15 136.38 115.77 -
System Red Green Blue C M Y K H S L
Decimal 92 115 124 0.26 0.07 0 0.51 196.88 0.15 0.42
Hex 5C 73 7C 1A 7 0 33 C5 F 2A
Octal 134 163 174 32 7 0 63 305 17 52
Binary 1011100 1110011 1111100 11010 111 0 110011 11000101 1111 101010

Color Harmonies of #5C737C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C737C

Black with #5C737C

Text Example


Text Example

White with #5C737C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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