Html Css Color HEX #657C80 Blue Bayoux

📋 copy color: '#657C80'

red 101 ◦ green 124 ◦ blue 128

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

Shades of Blue Bayoux #657C80

Tints of Blue Bayoux #657C80

RGB

 RED value IS 101 (39.84% from 255) = 28.61%

 GREEN value IS 124 (48.83% from 255) = 35.13%

 BLUE value IS 128 (50.39% from 255) = 36.26%

R = 28.61%
G = 35.13%
B = 36.26%

CMYK

 C value IS 0.21

 M value IS 0.03

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#657C80 (or 0x657C80) is known color: Blue Bayoux. HEX triplet: 65, 7C and 80. RGB value is (101,124,128). Sum of RGB (Red+Green+Blue) = 101+124+128=353 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.61% from 353); Green value is 124 (48.83% from 255 or 35.13% from 353); Blue value is 128 (50.39% from 255 or 36.26% from 353); Max value from RGB is 128 - color contains mainly: blue. Hex color #657C80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657C80 is #9A837F. Grayscale: #757575. Windows color (decimal): -10126208 or 8420453. OLE color: 8420453.

HSL color Cylindrical-coordinate representation of color #657C80: hue angle of 188.89º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #657C80 is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 101 124 128 -
CMYK 0.21 0.03 0 0.50
HSL 188.89º 0.12% 0.45% -
HSV(B) 188.89º 0.21% 0.5% -
XYZ 16.47 18.74 23.17 -
YUV 117.58 133.88 116.17 -
System Red Green Blue C M Y K H S L
Decimal 101 124 128 0.21 0.03 0 0.50 188.89 0.12 0.45
Hex 65 7C 80 15 3 0 32 BD C 2D
Octal 145 174 200 25 3 0 62 275 14 55
Binary 1100101 1111100 10000000 10101 11 0 110010 10111101 1100 101101

Color Harmonies of #657C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657C80

Black with #657C80

Text Example


Text Example

White with #657C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #657C80; }

 p { color: rgb(101,124,128); }

 H1.HeaderClassName
 {
   color: #657C80;
 }
 .AnyTagClassName
 {
   color: #657C80;
 }
</style>

background-color css

<style>
 a { background-color: #657C80; }

 a { background-color: rgb(101,124,128); }

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

border-color css

<style>
 span { border-color: #657C80; }

 span { border-color: rgb(101,124,128); }

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