#657597

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

Shades of Waikawa Grey #657597

Tints of Waikawa Grey #657597

Color information

#657597 (or 0x657597) is unknown color: approx Waikawa Grey. HEX triplet: 65, 75 and 97. RGB value is (101,117,151). Sum of RGB (Red+Green+Blue) = 101+117+151=369 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.37% from 369); Green value is 117 (46.09% from 255 or 31.71% from 369); Blue value is 151 (59.38% from 255 or 40.92% from 369); Max value from RGB is 151 - color contains mainly: blue. Hex color #657597 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657597 is #9A8A68. Grayscale: #737373. Windows color (decimal): -10127977 or 9925989. OLE color: 9925989.

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

Color convert

RGB101117151-
CMYK0.330.2300.41
HSL220.8º19.84%49.41%-
HSV(B)220.8º33.11%59.22%-
XYZ17.3117.7231.79-
YUV116.09147.7117.24-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.37%
GREEN value IS 117 (46.09% from 255) = 31.71%
BLUE value IS 151 (59.38% from 255) = 40.92%
R=27.37%
G=31.71%
B=40.92%

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
Decimal1011171510.330.2300.41220.819.8449.41
Hex6575972117029dd1431
Octal14516522741270513352461
Binary11001011110101100101111000011011101010011101110110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657597; }

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

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

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

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

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

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

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

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