#657495

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

Shades of Waikawa Grey #657495

Tints of Waikawa Grey #657495

Color information

#657495 (or 0x657495) is unknown color: approx Waikawa Grey. HEX triplet: 65, 74 and 95. RGB value is (101,116,149). Sum of RGB (Red+Green+Blue) = 101+116+149=366 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.60% from 366); Green value is 116 (45.70% from 255 or 31.69% from 366); Blue value is 149 (58.59% from 255 or 40.71% from 366); Max value from RGB is 149 - color contains mainly: blue. Hex color #657495 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657495 is #9A8B6A. Grayscale: #737373. Windows color (decimal): -10128235 or 9794661. OLE color: 9794661.

HSL color Cylindrical-coordinate representation of color #657495: hue angle of 221.25º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #657495 is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB101116149-
CMYK0.320.2200.42
HSL221.25º19.2%49.02%-
HSV(B)221.25º32.21%58.43%-
XYZ17.0417.4330.9-
YUV115.28147.03117.82-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.60%
GREEN value IS 116 (45.70% from 255) = 31.69%
BLUE value IS 149 (58.59% from 255) = 40.71%
R=27.60%
G=31.69%
B=40.71%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1011161490.320.2200.42221.2519.249.02
Hex657495201602Add1331
Octal14516422540260523352361
Binary11001011110100100101011000001011001010101101110110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657495; }

 p { color: rgb(101,116,149); }

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

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

 a { background-color: rgb(101,116,149); }

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

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

 span { border-color: rgb(101,116,149); }

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