#65797C

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

Shades of Blue Bayoux #65797C

Tints of Blue Bayoux #65797C

Color information

#65797C (or 0x65797C) is unknown color: approx Blue Bayoux. HEX triplet: 65, 79 and 7C. RGB value is (101,121,124). Sum of RGB (Red+Green+Blue) = 101+121+124=346 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.19% from 346); Green value is 121 (47.66% from 255 or 34.97% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 124 - color contains mainly: blue. Hex color #65797C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65797C is #9A8683. Grayscale: #737373. Windows color (decimal): -10126980 or 8157541. OLE color: 8157541.

HSL color Cylindrical-coordinate representation of color #65797C: hue angle of 187.83º degrees, saturation: 0.1, 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 #65797C is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB101121124-
CMYK0.190.0200.51
HSL187.83º10.22%44.12%-
HSV(B)187.83º18.55%48.63%-
XYZ15.8417.921.69-
YUV115.36132.87117.76-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.19%
GREEN value IS 121 (47.66% from 255) = 34.97%
BLUE value IS 124 (48.83% from 255) = 35.84%
R=29.19%
G=34.97%
B=35.84%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1011211240.190.0200.51187.8310.2244.12
Hex65797C132033bca2c
Octal1451711742320632741254
Binary11001011111001111110010011100110011101111001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65797C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #65797C;
 }
 .AnyTagClassName
 {
   color: #65797C;
 }
</style>
background-color css

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

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

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

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

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

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