#657096

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

Shades of Waikawa Grey #657096

Tints of Waikawa Grey #657096

Color information

#657096 (or 0x657096) is unknown color: approx Waikawa Grey. HEX triplet: 65, 70 and 96. RGB value is (101,112,150). Sum of RGB (Red+Green+Blue) = 101+112+150=363 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.82% from 363); Green value is 112 (44.14% from 255 or 30.85% from 363); Blue value is 150 (58.98% from 255 or 41.32% from 363); Max value from RGB is 150 - color contains mainly: blue. Hex color #657096 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657096 is #9A8F69. Grayscale: #707070. Windows color (decimal): -10129258 or 9859173. OLE color: 9859173.

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

Color convert

RGB101112150-
CMYK0.330.2500.41
HSL226.53º19.52%49.22%-
HSV(B)226.53º32.67%58.82%-
XYZ16.6716.5631.17-
YUV113.04148.86119.41-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.82%
GREEN value IS 112 (44.14% from 255) = 30.85%
BLUE value IS 150 (58.98% from 255) = 41.32%
R=27.82%
G=30.85%
B=41.32%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1011121500.330.2500.41226.5319.5249.22
Hex6570962119029e31431
Octal14516022641310513432461
Binary11001011110000100101101000011100101010011110001110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657096; }

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

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

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

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

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

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

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

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