#656E85

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

Shades of Waikawa Grey #656E85

Tints of Waikawa Grey #656E85

Color information

#656E85 (or 0x656E85) is unknown color: approx Waikawa Grey. HEX triplet: 65, 6E and 85. RGB value is (101,110,133). Sum of RGB (Red+Green+Blue) = 101+110+133=344 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.36% from 344); Green value is 110 (43.36% from 255 or 31.98% from 344); Blue value is 133 (52.34% from 255 or 38.66% from 344); Max value from RGB is 133 - color contains mainly: blue. Hex color #656E85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656E85 is #9A917A. Grayscale: #6D6D6D. Windows color (decimal): -10129787 or 8744549. OLE color: 8744549.

HSL color Cylindrical-coordinate representation of color #656E85: hue angle of 223.12º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #656E85 is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB101110133-
CMYK0.240.1700.48
HSL223.12º13.68%45.88%-
HSV(B)223.12º24.06%52.16%-
XYZ15.1815.6124.4-
YUV109.93141.02121.63-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.36%
GREEN value IS 110 (43.36% from 255) = 31.98%
BLUE value IS 133 (52.34% from 255) = 38.66%
R=29.36%
G=31.98%
B=38.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1011101330.240.1700.48223.1213.6845.88
Hex656E851811030dfe2e
Octal14515620530210603371656
Binary110010111011101000010111000100010110000110111111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,110,133); }

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

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

 a { background-color: rgb(101,110,133); }

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

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

 span { border-color: rgb(101,110,133); }

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