#657592

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

Shades of Waikawa Grey #657592

Tints of Waikawa Grey #657592

Color information

#657592 (or 0x657592) is unknown color: approx Waikawa Grey. HEX triplet: 65, 75 and 92. RGB value is (101,117,146). Sum of RGB (Red+Green+Blue) = 101+117+146=364 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.75% from 364); Green value is 117 (46.09% from 255 or 32.14% from 364); Blue value is 146 (57.42% from 255 or 40.11% from 364); Max value from RGB is 146 - color contains mainly: blue. Hex color #657592 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657592 is #9A8A6D. Grayscale: #737373. Windows color (decimal): -10127982 or 9598309. OLE color: 9598309.

HSL color Cylindrical-coordinate representation of color #657592: hue angle of 218.67º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #657592 is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB101117146-
CMYK0.310.2000.43
HSL218.67º18.22%48.43%-
HSV(B)218.67º30.82%57.25%-
XYZ16.9217.5629.69-
YUV115.52145.2117.64-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.75%
GREEN value IS 117 (46.09% from 255) = 32.14%
BLUE value IS 146 (57.42% from 255) = 40.11%
R=27.75%
G=32.14%
B=40.11%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1011171460.310.2000.43218.6718.2248.43
Hex6575921F1402Bdb1230
Octal14516522237240533332260
Binary1100101111010110010010111111010001010111101101110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657592; }

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

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

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

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

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

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

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

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