Html Css Color HEX #65797D Blue Bayoux

📋 copy color: '#65797D'

red 101 ◦ green 121 ◦ blue 125

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

Shades of Blue Bayoux #65797D

Tints of Blue Bayoux #65797D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.87%

 BLUE value IS 125 (49.22% from 255) = 36.02%

R = 29.11%
G = 34.87%
B = 36.02%

CMYK

 C value IS 0.19

 M value IS 0.03

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#65797D (or 0x65797D) is known color: Blue Bayoux. HEX triplet: 65, 79 and 7D. RGB value is (101,121,125). Sum of RGB (Red+Green+Blue) = 101+121+125=347 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.11% from 347); Green value is 121 (47.66% from 255 or 34.87% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 125 - color contains mainly: blue. Hex color #65797D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65797D is #9A8682. Grayscale: #737373. Windows color (decimal): -10126979 or 8223077. OLE color: 8223077.

HSL color Cylindrical-coordinate representation of color #65797D: hue angle of 190º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #65797D is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 101 121 125 -
CMYK 0.19 0.03 0 0.51
HSL 190º 0.11% 0.44% -
HSV(B) 190º 0.19% 0.49% -
XYZ 15.91 17.92 22.02 -
YUV 115.48 133.37 117.67 -
System Red Green Blue C M Y K H S L
Decimal 101 121 125 0.19 0.03 0 0.51 190 0.11 0.44
Hex 65 79 7D 13 3 0 33 BE B 2C
Octal 145 171 175 23 3 0 63 276 13 54
Binary 1100101 1111001 1111101 10011 11 0 110011 10111110 1011 101100

Color Harmonies of #65797D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65797D

Black with #65797D

Text Example


Text Example

White with #65797D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65797D; }

 p { color: rgb(101,121,125); }

 H1.HeaderClassName
 {
   color: #65797D;
 }
 .AnyTagClassName
 {
   color: #65797D;
 }
</style>

background-color css

<style>
 a { background-color: #65797D; }

 a { background-color: rgb(101,121,125); }

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

border-color css

<style>
 span { border-color: #65797D; }

 span { border-color: rgb(101,121,125); }

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