Html Css Color HEX #5C717B Blue Bayoux

📋 copy color: '#5C717B'

red 92 ◦ green 113 ◦ blue 123

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

Shades of Blue Bayoux #5C717B

Tints of Blue Bayoux #5C717B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 37.5%

R = 28.05%
G = 34.45%
B = 37.5%

CMYK

 C value IS 0.25

 M value IS 0.08

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#5C717B (or 0x5C717B) is known color: Blue Bayoux. HEX triplet: 5C, 71 and 7B. RGB value is (92,113,123). Sum of RGB (Red+Green+Blue) = 92+113+123=328 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.05% from 328); Green value is 113 (44.53% from 255 or 34.45% from 328); Blue value is 123 (48.44% from 255 or 37.5% from 328); Max value from RGB is 123 - color contains mainly: blue. Hex color #5C717B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C717B is #A38E84. Grayscale: #6B6B6B. Windows color (decimal): -10718853 or 8089948. OLE color: 8089948.

HSL color Cylindrical-coordinate representation of color #5C717B: hue angle of 199.35º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5C717B is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 92 113 123 -
CMYK 0.25 0.08 0 0.52
HSL 199.35º 0.14% 0.42% -
HSV(B) 199.35º 0.25% 0.48% -
XYZ 13.89 15.52 21 -
YUV 107.86 136.54 116.69 -
System Red Green Blue C M Y K H S L
Decimal 92 113 123 0.25 0.08 0 0.52 199.35 0.14 0.42
Hex 5C 71 7B 19 8 0 34 C7 E 2A
Octal 134 161 173 31 10 0 64 307 16 52
Binary 1011100 1110001 1111011 11001 1000 0 110100 11000111 1110 101010

Color Harmonies of #5C717B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C717B

Black with #5C717B

Text Example


Text Example

White with #5C717B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,113,123); }

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

background-color css

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

 a { background-color: rgb(92,113,123); }

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

border-color css

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

 span { border-color: rgb(92,113,123); }

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