#65757F

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

Shades of Blue Bayoux #65757F

Tints of Blue Bayoux #65757F

Color information

#65757F (or 0x65757F) is unknown color: approx Blue Bayoux. HEX triplet: 65, 75 and 7F. RGB value is (101,117,127). Sum of RGB (Red+Green+Blue) = 101+117+127=345 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.28% from 345); Green value is 117 (46.09% from 255 or 33.91% from 345); Blue value is 127 (50% from 255 or 36.81% from 345); Max value from RGB is 127 - color contains mainly: blue. Hex color #65757F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65757F is #9A8A80. Grayscale: #717171. Windows color (decimal): -10128001 or 8353125. OLE color: 8353125.

HSL color Cylindrical-coordinate representation of color #65757F: hue angle of 203.08º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #65757F is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB101117127-
CMYK0.200.0800.50
HSL203.08º11.4%44.71%-
HSV(B)203.08º20.47%49.8%-
XYZ15.5617.0222.54-
YUV113.36135.7119.19-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.28%
GREEN value IS 117 (46.09% from 255) = 33.91%
BLUE value IS 127 (50% from 255) = 36.81%
R=29.28%
G=33.91%
B=36.81%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1011171270.200.0800.50203.0811.444.71
Hex65757F148032cbb2d
Octal14516517724100623131355
Binary1100101111010111111111010010000110010110010111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65757F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65757F; }

 p { color: rgb(101,117,127); }

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

<style>
 a { background-color: #65757F; }

 a { background-color: rgb(101,117,127); }

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

<style>
 span { border-color: #65757F; }

 span { border-color: rgb(101,117,127); }

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