#657295

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

Shades of Waikawa Grey #657295

Tints of Waikawa Grey #657295

Color information

#657295 (or 0x657295) is unknown color: approx Waikawa Grey. HEX triplet: 65, 72 and 95. RGB value is (101,114,149). Sum of RGB (Red+Green+Blue) = 101+114+149=364 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.75% from 364); Green value is 114 (44.92% from 255 or 31.32% from 364); Blue value is 149 (58.59% from 255 or 40.93% from 364); Max value from RGB is 149 - color contains mainly: blue. Hex color #657295 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657295 is #9A8D6A. Grayscale: #717171. Windows color (decimal): -10128747 or 9794149. OLE color: 9794149.

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

Color convert

RGB101114149-
CMYK0.320.2300.42
HSL223.75º19.2%49.02%-
HSV(B)223.75º32.21%58.43%-
XYZ16.8116.9730.82-
YUV114.1147.69118.65-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.75%
GREEN value IS 114 (44.92% from 255) = 31.32%
BLUE value IS 149 (58.59% from 255) = 40.93%
R=27.75%
G=31.32%
B=40.93%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1011141490.320.2300.42223.7519.249.02
Hex657295201702Ae01331
Octal14516222540270523402361
Binary11001011110010100101011000001011101010101110000010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657295; }

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

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

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

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

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

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

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

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