#65737A

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

Shades of Blue Bayoux #65737A

Tints of Blue Bayoux #65737A

Color information

#65737A (or 0x65737A) is unknown color: approx Blue Bayoux. HEX triplet: 65, 73 and 7A. RGB value is (101,115,122). Sum of RGB (Red+Green+Blue) = 101+115+122=338 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.88% from 338); Green value is 115 (45.31% from 255 or 34.02% from 338); Blue value is 122 (48.05% from 255 or 36.09% from 338); Max value from RGB is 122 - color contains mainly: blue. Hex color #65737A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65737A is #9A8C85. Grayscale: #6F6F6F. Windows color (decimal): -10128518 or 8024933. OLE color: 8024933.

HSL color Cylindrical-coordinate representation of color #65737A: hue angle of 200º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #65737A is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB101115122-
CMYK0.170.0600.52
HSL200º9.42%43.73%-
HSV(B)200º17.21%47.84%-
XYZ15.0116.4320.79-
YUV111.61133.86120.43-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.88%
GREEN value IS 115 (45.31% from 255) = 34.02%
BLUE value IS 122 (48.05% from 255) = 36.09%
R=29.88%
G=34.02%
B=36.09%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1011151220.170.0600.522009.4243.73
Hex65737A116034c892c
Octal1451631722160643101154
Binary110010111100111111010100011100110100110010001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65737A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65737A; }

 p { color: rgb(101,115,122); }

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

<style>
 a { background-color: #65737A; }

 a { background-color: rgb(101,115,122); }

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

<style>
 span { border-color: #65737A; }

 span { border-color: rgb(101,115,122); }

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