#656A85

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

Shades of Waikawa Grey #656A85

Tints of Waikawa Grey #656A85

Color information

#656A85 (or 0x656A85) is unknown color: approx Waikawa Grey. HEX triplet: 65, 6A and 85. RGB value is (101,106,133). Sum of RGB (Red+Green+Blue) = 101+106+133=340 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.71% from 340); Green value is 106 (41.80% from 255 or 31.18% from 340); Blue value is 133 (52.34% from 255 or 39.12% from 340); Max value from RGB is 133 - color contains mainly: blue. Hex color #656A85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656A85 is #9A957A. Grayscale: #6B6B6B. Windows color (decimal): -10130811 or 8743525. OLE color: 8743525.

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

Color convert

RGB101106133-
CMYK0.240.2000.48
HSL230.62º13.68%45.88%-
HSV(B)230.62º24.06%52.16%-
XYZ14.7514.7724.26-
YUV107.58142.34123.3-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.71%
GREEN value IS 106 (41.80% from 255) = 31.18%
BLUE value IS 133 (52.34% from 255) = 39.12%
R=29.71%
G=31.18%
B=39.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1011061330.240.2000.48230.6213.6845.88
Hex656A851814030e7e2e
Octal14515220530240603471656
Binary110010111010101000010111000101000110000111001111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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