#656F89

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

Shades of Waikawa Grey #656F89

Tints of Waikawa Grey #656F89

Color information

#656F89 (or 0x656F89) is unknown color: approx Waikawa Grey. HEX triplet: 65, 6F and 89. RGB value is (101,111,137). Sum of RGB (Red+Green+Blue) = 101+111+137=349 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.94% from 349); Green value is 111 (43.75% from 255 or 31.81% from 349); Blue value is 137 (53.91% from 255 or 39.26% from 349); Max value from RGB is 137 - color contains mainly: blue. Hex color #656F89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656F89 is #9A9076. Grayscale: #6E6E6E. Windows color (decimal): -10129527 or 9006949. OLE color: 9006949.

HSL color Cylindrical-coordinate representation of color #656F89: hue angle of 223.33º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #656F89 is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB101111137-
CMYK0.260.1900.46
HSL223.33º15.13%46.67%-
HSV(B)223.33º26.28%53.73%-
XYZ15.5715.9425.92-
YUV110.97142.69120.89-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.94%
GREEN value IS 111 (43.75% from 255) = 31.81%
BLUE value IS 137 (53.91% from 255) = 39.26%
R=28.94%
G=31.81%
B=39.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1011111370.260.1900.46223.3315.1346.67
Hex656F891A1302Edff2f
Octal14515721132230563371757
Binary110010111011111000100111010100110101110110111111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656F89; }

 p { color: rgb(101,111,137); }

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

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

 a { background-color: rgb(101,111,137); }

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

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

 span { border-color: rgb(101,111,137); }

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