#657393

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

Shades of Waikawa Grey #657393

Tints of Waikawa Grey #657393

Color information

#657393 (or 0x657393) is unknown color: approx Waikawa Grey. HEX triplet: 65, 73 and 93. RGB value is (101,115,147). Sum of RGB (Red+Green+Blue) = 101+115+147=363 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.82% from 363); Green value is 115 (45.31% from 255 or 31.68% from 363); Blue value is 147 (57.81% from 255 or 40.50% from 363); Max value from RGB is 147 - color contains mainly: blue. Hex color #657393 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657393 is #9A8C6C. Grayscale: #727272. Windows color (decimal): -10128493 or 9663333. OLE color: 9663333.

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

Color convert

RGB101115147-
CMYK0.310.2200.42
HSL221.74º18.55%48.63%-
HSV(B)221.74º31.29%57.65%-
XYZ16.7617.1330.03-
YUV114.46146.36118.4-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.82%
GREEN value IS 115 (45.31% from 255) = 31.68%
BLUE value IS 147 (57.81% from 255) = 40.50%
R=27.82%
G=31.68%
B=40.50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1011151470.310.2200.42221.7418.5548.63
Hex6573931F1602Ade1331
Octal14516322337260523362361
Binary1100101111001110010011111111011001010101101111010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657393; }

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

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

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

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

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

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

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

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