Html Css Color HEX #5E7B7F Blue Bayoux

📋 copy color: '#5E7B7F'

red 94 ◦ green 123 ◦ blue 127

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

Shades of Blue Bayoux #5E7B7F

Tints of Blue Bayoux #5E7B7F

RGB

 RED value IS 94 (37.11% from 255) = 27.33%

 GREEN value IS 123 (48.44% from 255) = 35.76%

 BLUE value IS 127 (50% from 255) = 36.92%

R = 27.33%
G = 35.76%
B = 36.92%

CMYK

 C value IS 0.26

 M value IS 0.03

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#5E7B7F (or 0x5E7B7F) is known color: Blue Bayoux. HEX triplet: 5E, 7B and 7F. RGB value is (94,123,127). Sum of RGB (Red+Green+Blue) = 94+123+127=344 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.33% from 344); Green value is 123 (48.44% from 255 or 35.76% from 344); Blue value is 127 (50% from 255 or 36.92% from 344); Max value from RGB is 127 - color contains mainly: blue. Hex color #5E7B7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7B7F is #A18480. Grayscale: #727272. Windows color (decimal): -10585217 or 8354654. OLE color: 8354654.

HSL color Cylindrical-coordinate representation of color #5E7B7F: hue angle of 187.27º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5E7B7F is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 94 123 127 -
CMYK 0.26 0.03 0 0.50
HSL 187.27º 0.15% 0.43% -
HSV(B) 187.27º 0.26% 0.5% -
XYZ 15.53 18.08 22.75 -
YUV 114.79 134.89 113.17 -
System Red Green Blue C M Y K H S L
Decimal 94 123 127 0.26 0.03 0 0.50 187.27 0.15 0.43
Hex 5E 7B 7F 1A 3 0 32 BB F 2B
Octal 136 173 177 32 3 0 62 273 17 53
Binary 1011110 1111011 1111111 11010 11 0 110010 10111011 1111 101011

Color Harmonies of #5E7B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7B7F

Black with #5E7B7F

Text Example


Text Example

White with #5E7B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,123,127); }

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

background-color css

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

 a { background-color: rgb(94,123,127); }

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

border-color css

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

 span { border-color: rgb(94,123,127); }

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