#65759D

Color #65759D Waikawa Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waikawa Grey #65759D

Tints of Waikawa Grey #65759D

Color information

#65759D (or 0x65759D) is unknown color: approx Waikawa Grey. HEX triplet: 65, 75 and 9D. RGB value is (101,117,157). Sum of RGB (Red+Green+Blue) = 101+117+157=375 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.93% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 157 (61.72% from 255 or 41.87% from 375); Max value from RGB is 157 - color contains mainly: blue. Hex color #65759D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65759D is #9A8A62. Grayscale: #747474. Windows color (decimal): -10127971 or 10319205. OLE color: 10319205.

HSL color Cylindrical-coordinate representation of color #65759D: hue angle of 222.86º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #65759D is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB101117157-
CMYK0.360.2500.38
HSL222.86º22.22%50.59%-
HSV(B)222.86º35.67%61.57%-
XYZ17.8117.9234.42-
YUV116.78150.7116.75-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.93%
GREEN value IS 117 (46.09% from 255) = 31.2%
BLUE value IS 157 (61.72% from 255) = 41.87%
R=26.93%
G=31.2%
B=41.87%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1011171570.360.2500.38222.8622.2250.59
Hex65759D2419026df1633
Octal14516523544310463372663
Binary11001011110101100111011001001100101001101101111110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65759D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65759D; }

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

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

<style>
 a { background-color: #65759D; }

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

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

<style>
 span { border-color: #65759D; }

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

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