#65797B

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

Shades of Blue Bayoux #65797B

Tints of Blue Bayoux #65797B

Color information

#65797B (or 0x65797B) is unknown color: approx Blue Bayoux. HEX triplet: 65, 79 and 7B. RGB value is (101,121,123). Sum of RGB (Red+Green+Blue) = 101+121+123=345 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.28% from 345); Green value is 121 (47.66% from 255 or 35.07% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 123 - color contains mainly: blue. Hex color #65797B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65797B is #9A8684. Grayscale: #737373. Windows color (decimal): -10126981 or 8092005. OLE color: 8092005.

HSL color Cylindrical-coordinate representation of color #65797B: hue angle of 185.45º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #65797B is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB101121123-
CMYK0.180.0200.52
HSL185.45º9.82%43.92%-
HSV(B)185.45º17.89%48.24%-
XYZ15.7817.8721.36-
YUV115.25132.37117.84-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.28%
GREEN value IS 121 (47.66% from 255) = 35.07%
BLUE value IS 123 (48.44% from 255) = 35.65%
R=29.28%
G=35.07%
B=35.65%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1011211230.180.0200.52185.459.8243.92
Hex65797B122034b9a2c
Octal1451711732220642711254
Binary11001011111001111101110010100110100101110011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65797B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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