#657396

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

Shades of Waikawa Grey #657396

Tints of Waikawa Grey #657396

Color information

#657396 (or 0x657396) is unknown color: approx Waikawa Grey. HEX triplet: 65, 73 and 96. RGB value is (101,115,150). Sum of RGB (Red+Green+Blue) = 101+115+150=366 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.60% from 366); Green value is 115 (45.31% from 255 or 31.42% from 366); Blue value is 150 (58.98% from 255 or 40.98% from 366); Max value from RGB is 150 - color contains mainly: blue. Hex color #657396 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657396 is #9A8C69. Grayscale: #727272. Windows color (decimal): -10128490 or 9859941. OLE color: 9859941.

HSL color Cylindrical-coordinate representation of color #657396: hue angle of 222.86º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #657396 is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB101115150-
CMYK0.330.2300.41
HSL222.86º19.52%49.22%-
HSV(B)222.86º32.67%58.82%-
XYZ1717.2331.28-
YUV114.8147.86118.15-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.60%
GREEN value IS 115 (45.31% from 255) = 31.42%
BLUE value IS 150 (58.98% from 255) = 40.98%
R=27.60%
G=31.42%
B=40.98%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1011151500.330.2300.41222.8619.5249.22
Hex6573962117029df1431
Octal14516322641270513372461
Binary11001011110011100101101000011011101010011101111110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657396; }

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

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

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

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

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

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

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

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