#65797D

Color #65797D Blue Bayoux (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Bayoux #65797D

Tints of Blue Bayoux #65797D

Color information

#65797D (or 0x65797D) is unknown color: approx 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

RGB101121125-
CMYK0.190.0300.51
HSL190º10.62%44.31%-
HSV(B)190º19.2%49.02%-
XYZ15.9117.9222.02-
YUV115.48133.37117.67-

RGB Variations

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

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 (Cyan) values IS 0.19
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1011211250.190.0300.5119010.6244.31
Hex65797D133033beb2c
Octal1451711752330632761354
Binary11001011111001111110110011110110011101111101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65797D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>