#657896

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

Shades of Waikawa Grey #657896

Tints of Waikawa Grey #657896

Color information

#657896 (or 0x657896) is unknown color: approx Waikawa Grey. HEX triplet: 65, 78 and 96. RGB value is (101,120,150). Sum of RGB (Red+Green+Blue) = 101+120+150=371 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.22% from 371); Green value is 120 (47.27% from 255 or 32.35% from 371); Blue value is 150 (58.98% from 255 or 40.43% from 371); Max value from RGB is 150 - color contains mainly: blue. Hex color #657896 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657896 is #9A8769. Grayscale: #757575. Windows color (decimal): -10127210 or 9861221. OLE color: 9861221.

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

Color convert

RGB101120150-
CMYK0.330.2000.41
HSL216.73º19.52%49.22%-
HSV(B)216.73º32.67%58.82%-
XYZ17.5918.431.48-
YUV117.74146.21116.06-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.22%
GREEN value IS 120 (47.27% from 255) = 32.35%
BLUE value IS 150 (58.98% from 255) = 40.43%
R=27.22%
G=32.35%
B=40.43%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1011201500.330.2000.41216.7319.5249.22
Hex6578962114029d91431
Octal14517022641240513312461
Binary11001011111000100101101000011010001010011101100110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657896; }

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

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

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

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

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

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

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

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