#656D85

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

Shades of Waikawa Grey #656D85

Tints of Waikawa Grey #656D85

Color information

#656D85 (or 0x656D85) is unknown color: approx Waikawa Grey. HEX triplet: 65, 6D and 85. RGB value is (101,109,133). Sum of RGB (Red+Green+Blue) = 101+109+133=343 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.45% from 343); Green value is 109 (42.97% from 255 or 31.78% from 343); Blue value is 133 (52.34% from 255 or 38.78% from 343); Max value from RGB is 133 - color contains mainly: blue. Hex color #656D85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656D85 is #9A927A. Grayscale: #6D6D6D. Windows color (decimal): -10130043 or 8744293. OLE color: 8744293.

HSL color Cylindrical-coordinate representation of color #656D85: hue angle of 225º 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 #656D85 is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB101109133-
CMYK0.240.1800.48
HSL225º13.68%45.88%-
HSV(B)225º24.06%52.16%-
XYZ15.0715.424.37-
YUV109.34141.35122.05-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.45%
GREEN value IS 109 (42.97% from 255) = 31.78%
BLUE value IS 133 (52.34% from 255) = 38.78%
R=29.45%
G=31.78%
B=38.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1011091330.240.1800.4822513.6845.88
Hex656D851812030e1e2e
Octal14515520530220603411656
Binary110010111011011000010111000100100110000111000011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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