#657596

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

Shades of Waikawa Grey #657596

Tints of Waikawa Grey #657596

Color information

#657596 (or 0x657596) is unknown color: approx Waikawa Grey. HEX triplet: 65, 75 and 96. RGB value is (101,117,150). Sum of RGB (Red+Green+Blue) = 101+117+150=368 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.45% from 368); Green value is 117 (46.09% from 255 or 31.79% from 368); Blue value is 150 (58.98% from 255 or 40.76% from 368); Max value from RGB is 150 - color contains mainly: blue. Hex color #657596 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657596 is #9A8A69. Grayscale: #737373. Windows color (decimal): -10127978 or 9860453. OLE color: 9860453.

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

Color convert

RGB101117150-
CMYK0.330.2200.41
HSL220.41º19.52%49.22%-
HSV(B)220.41º32.67%58.82%-
XYZ17.2317.6931.36-
YUV115.98147.2117.32-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.45%
GREEN value IS 117 (46.09% from 255) = 31.79%
BLUE value IS 150 (58.98% from 255) = 40.76%
R=27.45%
G=31.79%
B=40.76%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1011171500.330.2200.41220.4119.5249.22
Hex6575962116029dc1431
Octal14516522641260513342461
Binary11001011110101100101101000011011001010011101110010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657596; }

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

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

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

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

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

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

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

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