#657397

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

Shades of Waikawa Grey #657397

Tints of Waikawa Grey #657397

Color information

#657397 (or 0x657397) is unknown color: approx Waikawa Grey. HEX triplet: 65, 73 and 97. RGB value is (101,115,151). Sum of RGB (Red+Green+Blue) = 101+115+151=367 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.52% from 367); Green value is 115 (45.31% from 255 or 31.34% from 367); Blue value is 151 (59.38% from 255 or 41.14% from 367); Max value from RGB is 151 - color contains mainly: blue. Hex color #657397 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657397 is #9A8C68. Grayscale: #727272. Windows color (decimal): -10128489 or 9925477. OLE color: 9925477.

HSL color Cylindrical-coordinate representation of color #657397: hue angle of 223.2º 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 #657397 is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB101115151-
CMYK0.330.2400.41
HSL223.2º19.84%49.41%-
HSV(B)223.2º33.11%59.22%-
XYZ17.0817.2631.71-
YUV114.92148.36118.07-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.52%
GREEN value IS 115 (45.31% from 255) = 31.34%
BLUE value IS 151 (59.38% from 255) = 41.14%
R=27.52%
G=31.34%
B=41.14%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1011151510.330.2400.41223.219.8449.41
Hex6573972118029df1431
Octal14516322741300513372461
Binary11001011110011100101111000011100001010011101111110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657397; }

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

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

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

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

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

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

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

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